aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/Thumb/2009-08-20-ISelBug.ll
diff options
context:
space:
mode:
authorJim Grosbach <grosbach@apple.com>2009-10-19 22:57:03 +0000
committerJim Grosbach <grosbach@apple.com>2009-10-19 22:57:03 +0000
commit6009751244909c277e6cee8e74a4ccf1846953bc (patch)
treec1b7098edabffb7e8995aee86221069284dff07e /test/CodeGen/Thumb/2009-08-20-ISelBug.ll
parent5a207897bc4f267fc32aaba7d0248c9f9edef637 (diff)
downloadexternal_llvm-6009751244909c277e6cee8e74a4ccf1846953bc.zip
external_llvm-6009751244909c277e6cee8e74a4ccf1846953bc.tar.gz
external_llvm-6009751244909c277e6cee8e74a4ccf1846953bc.tar.bz2
Enable allocation of R3 in Thumb1
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@84563 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 1627f61..c31b65b 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 r4, #8
+; CHECK: adds r3, #8
entry:
%val = alloca i64, align 4 ; <i64*> [#uses=3]
%0 = icmp eq %struct.asl_file_t* %s, null ; <i1> [#uses=1]