Forgot this in last commit.
authorEvan Cheng <evan.cheng@apple.com>
Fri, 31 Oct 2008 19:11:09 +0000 (19:11 +0000)
committerEvan Cheng <evan.cheng@apple.com>
Fri, 31 Oct 2008 19:11:09 +0000 (19:11 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@58527 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/ARM/ARMInstrInfo.td

index f866585ed80950ff6dae7685081bc09e6043f364..2b3a8a1e958625bef9cb3c6d4342178abf54cdf0 100644 (file)
@@ -466,7 +466,7 @@ PseudoInst<(outs), (ins i32imm:$line, i32imm:$col, i32imm:$file),
            [(dwarf_loc (i32 imm:$line), (i32 imm:$col), (i32 imm:$file))]>;
 
 let isNotDuplicable = 1 in {
-def PICADD : AXI1<0x0, (outs GPR:$dst), (ins GPR:$a, pclabel:$cp, pred:$p),
+def PICADD : AXI1<0b0100, (outs GPR:$dst), (ins GPR:$a, pclabel:$cp, pred:$p),
                   Pseudo, "$cp:\n\tadd$p $dst, pc, $a",
                    [(set GPR:$dst, (ARMpic_add GPR:$a, imm:$cp))]>;