From: Evan Cheng Date: Thu, 20 Jan 2011 08:43:03 +0000 (+0000) Subject: Correct itinerary entry for t2MOV_pic_ga_add_pc. X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=907276dc4439c04d675fbcdb121cbede7a99ff9d;p=oota-llvm.git Correct itinerary entry for t2MOV_pic_ga_add_pc. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@123907 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Target/ARM/ARMInstrThumb2.td b/lib/Target/ARM/ARMInstrThumb2.td index 4954a7ceb42..e26fe63e215 100644 --- a/lib/Target/ARM/ARMInstrThumb2.td +++ b/lib/Target/ARM/ARMInstrThumb2.td @@ -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]>;