diff options
| author | Evan Cheng <evan.cheng@apple.com> | 2011-01-20 08:43:03 +0000 |
|---|---|---|
| committer | Evan Cheng <evan.cheng@apple.com> | 2011-01-20 08:43:03 +0000 |
| commit | 7af85533f8f3a3b47018f0982887767a117daafc (patch) | |
| tree | a8750d629da1532f157323edf50ab41964f9f6da | |
| parent | f2e914be152a5b0f962fa74f53070230f79ad750 (diff) | |
| download | bcm5719-llvm-7af85533f8f3a3b47018f0982887767a117daafc.tar.gz bcm5719-llvm-7af85533f8f3a3b47018f0982887767a117daafc.zip | |
Correct itinerary entry for t2MOV_pic_ga_add_pc.
llvm-svn: 123907
| -rw-r--r-- | llvm/lib/Target/ARM/ARMInstrThumb2.td | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Target/ARM/ARMInstrThumb2.td b/llvm/lib/Target/ARM/ARMInstrThumb2.td index 4954a7ceb42..e26fe63e215 100644 --- a/llvm/lib/Target/ARM/ARMInstrThumb2.td +++ b/llvm/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]>; |

