summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAnton Korobeynikov <asl@math.spbu.ru>2009-06-17 23:43:36 +0000
committerAnton Korobeynikov <asl@math.spbu.ru>2009-06-17 23:43:36 +0000
commit5658086052f72a79d256ce118a93f4d1c857f761 (patch)
tree9e02e2eb48130e39fbd1342d6e0b38d0f6e7dfea
parentf687a828b2facfed79b8775429de89550ce6bddc (diff)
downloadbcm5719-llvm-5658086052f72a79d256ce118a93f4d1c857f761.tar.gz
bcm5719-llvm-5658086052f72a79d256ce118a93f4d1c857f761.zip
Fix asm string from MOVi16
llvm-svn: 73661
-rw-r--r--llvm/lib/Target/ARM/ARMInstrThumb2.td2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Target/ARM/ARMInstrThumb2.td b/llvm/lib/Target/ARM/ARMInstrThumb2.td
index 1a38619db72..07c71da46d6 100644
--- a/llvm/lib/Target/ARM/ARMInstrThumb2.td
+++ b/llvm/lib/Target/ARM/ARMInstrThumb2.td
@@ -156,7 +156,7 @@ multiclass T2I_bin_c_irs<string opc, PatFrag opnode> {
// Move Instructions.
//
def tMOVi16 : PseudoInst<(outs GPR:$dst), (ins i32imm:$src),
- "mov $dst, $src",
+ "movw $dst, $src",
[(set GPR:$dst, imm0_65535:$src)]>,
Requires<[HasThumb2]>;
OpenPOWER on IntegriCloud