commit | 2f6f113c9eede5bccde2d88eb84af0681b37038e | [log] [tgz] |
---|---|---|
author | David Goodwin <david_goodwin@apple.com> | Mon Jul 27 16:31:55 2009 +0000 |
committer | David Goodwin <david_goodwin@apple.com> | Mon Jul 27 16:31:55 2009 +0000 |
tree | 08a62b589b2dbd46c39be4c36d86552247bc8e8e | |
parent | ea39cbabae44059f4d434884df48a07b8c82482e [diff] [blame] |
Add ".w" suffix for wide thumb-2 instructions. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@77199 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/test/CodeGen/Thumb2/mul_const.ll b/test/CodeGen/Thumb2/mul_const.ll index ca0ede4..091516a 100644 --- a/test/CodeGen/Thumb2/mul_const.ll +++ b/test/CodeGen/Thumb2/mul_const.ll
@@ -4,7 +4,7 @@ define i32 @t1(i32 %v) nounwind readnone { entry: ; CHECK: t1: -; CHECK: add r0, r0, r0, lsl #3 +; CHECK: add.w r0, r0, r0, lsl #3 %0 = mul i32 %v, 9 ret i32 %0 }