summaryrefslogtreecommitdiff
path: root/test/CodeGen/Thumb/2009-08-20-ISelBug.ll
diff options
context:
space:
mode:
authorJakob Stoklund Olesen <stoklund@2pi.dk>2011-05-04 19:02:11 +0000
committerJakob Stoklund Olesen <stoklund@2pi.dk>2011-05-04 19:02:11 +0000
commit96169b189ca75e22f297a62a77aaf0dc4832f4a5 (patch)
treea5ed68302caeccd3fb1f7574b4351857ce283a9f /test/CodeGen/Thumb/2009-08-20-ISelBug.ll
parent28e104bcb0d436adfc961776efb421bb21650e7b (diff)
downloadllvm-96169b189ca75e22f297a62a77aaf0dc4832f4a5.tar.gz
llvm-96169b189ca75e22f297a62a77aaf0dc4832f4a5.tar.bz2
llvm-96169b189ca75e22f297a62a77aaf0dc4832f4a5.tar.xz
Fix more register and coalescing dependencies.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@130859 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 d6ca0d7933..787655779d 100644
--- a/test/CodeGen/Thumb/2009-08-20-ISelBug.ll
+++ b/test/CodeGen/Thumb/2009-08-20-ISelBug.ll
@@ -11,7 +11,7 @@
define i32 @t(%struct.asl_file_t* %s, i64 %off, i64* %out) nounwind optsize {
; CHECK: t:
-; CHECK: adds r0, #8
+; CHECK: adds {{r[0-7]}}, #8
entry:
%val = alloca i64, align 4 ; <i64*> [#uses=3]
%0 = icmp eq %struct.asl_file_t* %s, null ; <i1> [#uses=1]