diff options
| author | Evan Cheng <evan.cheng@apple.com> | 2009-08-12 05:17:19 +0000 |
|---|---|---|
| committer | Evan Cheng <evan.cheng@apple.com> | 2009-08-12 05:17:19 +0000 |
| commit | 007ea274f4ab85bfc7698240eb5afd5a779ec330 (patch) | |
| tree | 26b3f9e2b10bc9a7cbc40e7ed958f431830ee319 /lib/Target/ARM/ARMISelLowering.cpp | |
| parent | c16f16505a46e6c6af2d0f32e1309c2409b6da91 (diff) | |
Shrink Thumb2 movcc instructions.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@78790 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/ARM/ARMISelLowering.cpp')
| -rw-r--r-- | lib/Target/ARM/ARMISelLowering.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Target/ARM/ARMISelLowering.cpp b/lib/Target/ARM/ARMISelLowering.cpp index 921c604759..366c87cd1a 100644 --- a/lib/Target/ARM/ARMISelLowering.cpp +++ b/lib/Target/ARM/ARMISelLowering.cpp @@ -2539,7 +2539,7 @@ ARMTargetLowering::EmitInstrWithCustomInserter(MachineInstr *MI, switch (MI->getOpcode()) { default: llvm_unreachable("Unexpected instr type to insert"); - case ARM::tMOVCCr: { + case ARM::tMOVCCr_pseudo: { // To "insert" a SELECT_CC instruction, we actually have to insert the // diamond control-flow pattern. The incoming instruction knows the // destination vreg to set, the condition code register to branch on, the |
