summaryrefslogtreecommitdiff
path: root/test/CodeGen/Thumb2/2009-08-01-WrongLDRBOpc.ll
diff options
context:
space:
mode:
authorEvan Cheng <evan.cheng@apple.com>2009-08-11 09:37:40 +0000
committerEvan Cheng <evan.cheng@apple.com>2009-08-11 09:37:40 +0000
commit195c71b472d3f83c1051d2b87f4e93cc928b6ec9 (patch)
treedba01389e024e6acd7b66ff614b8e7b1278a2bc2 /test/CodeGen/Thumb2/2009-08-01-WrongLDRBOpc.ll
parent3a21425dbe09c7ac85e6b156f82184dd6132435a (diff)
downloadllvm-195c71b472d3f83c1051d2b87f4e93cc928b6ec9.tar.gz
llvm-195c71b472d3f83c1051d2b87f4e93cc928b6ec9.tar.bz2
llvm-195c71b472d3f83c1051d2b87f4e93cc928b6ec9.tar.xz
Fix the previous accidental commit. Now shrinking common Thumb2 load / store instructions.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@78659 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/Thumb2/2009-08-01-WrongLDRBOpc.ll')
-rw-r--r--test/CodeGen/Thumb2/2009-08-01-WrongLDRBOpc.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/Thumb2/2009-08-01-WrongLDRBOpc.ll b/test/CodeGen/Thumb2/2009-08-01-WrongLDRBOpc.ll
index e05e21e8a4..5a5965442f 100644
--- a/test/CodeGen/Thumb2/2009-08-01-WrongLDRBOpc.ll
+++ b/test/CodeGen/Thumb2/2009-08-01-WrongLDRBOpc.ll
@@ -8,7 +8,7 @@
define arm_apcscc void @main(i32 %argc, i8** %argv) noreturn nounwind {
; CHECK: main:
-; CHECK: ldrb.w
+; CHECK: ldrb
entry:
%nb.i.i.i = alloca [25 x i8], align 1 ; <[25 x i8]*> [#uses=0]
%line.i.i.i = alloca [200 x i8], align 1 ; <[200 x i8]*> [#uses=1]