Correct itinerary entry for t2MOV_pic_ga_add_pc.
authorEvan Cheng <evan.cheng@apple.com>
Thu, 20 Jan 2011 08:43:03 +0000 (08:43 +0000)
committerEvan Cheng <evan.cheng@apple.com>
Thu, 20 Jan 2011 08:43:03 +0000 (08:43 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@123907 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/ARM/ARMInstrThumb2.td

index 4954a7ceb42cdd9da2fa3756d4c44bb9a443d066..e26fe63e21590b4e5c7c28d2bb2e5f383c520bd6 100644 (file)
@@ -3251,7 +3251,7 @@ def t2MOVi32imm : PseudoInst<(outs rGPR:$dst), (ins i32imm:$src), IIC_iMOVix2,
 // can properly the instructions.
 let isReMaterializable = 1 in
 def t2MOV_pic_ga_add_pc : PseudoInst<(outs rGPR:$dst), (ins i32imm:$addr),
-                                     IIC_iMOVix2,
+                                     IIC_iMOVix2addpc,
                           [(set rGPR:$dst, (ARMWrapperPIC tglobaladdr:$addr))]>,
                           Requires<[IsThumb2, UseMovt]>;