summaryrefslogtreecommitdiff
path: root/test/CodeGen/Thumb/2009-08-20-ISelBug.ll
diff options
context:
space:
mode:
authorEvan Cheng <evan.cheng@apple.com>2010-03-10 03:07:41 +0000
committerEvan Cheng <evan.cheng@apple.com>2010-03-10 03:07:41 +0000
commitfac4f1f1815b54346a805834a8c19d573ce8856c (patch)
tree7d96230aae477b51f64bbdeaab85a8dd9f4e8427 /test/CodeGen/Thumb/2009-08-20-ISelBug.ll
parent974c0fb4047f7d9f190f6ca5780c7a06e6c40914 (diff)
downloadllvm-fac4f1f1815b54346a805834a8c19d573ce8856c.tar.gz
llvm-fac4f1f1815b54346a805834a8c19d573ce8856c.tar.bz2
llvm-fac4f1f1815b54346a805834a8c19d573ce8856c.tar.xz
Enable machine cse pass.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@98132 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/Thumb/2009-08-20-ISelBug.ll')
-rw-r--r--test/CodeGen/Thumb/2009-08-20-ISelBug.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/Thumb/2009-08-20-ISelBug.ll b/test/CodeGen/Thumb/2009-08-20-ISelBug.ll
index c31b65b54e..72c9e6251e 100644
--- a/test/CodeGen/Thumb/2009-08-20-ISelBug.ll
+++ b/test/CodeGen/Thumb/2009-08-20-ISelBug.ll
@@ -11,7 +11,7 @@
define arm_apcscc i32 @t(%struct.asl_file_t* %s, i64 %off, i64* %out) nounwind optsize {
; CHECK: t:
-; CHECK: adds r3, #8
+; CHECK: adds r0, #8
entry:
%val = alloca i64, align 4 ; <i64*> [#uses=3]
%0 = icmp eq %struct.asl_file_t* %s, null ; <i1> [#uses=1]