aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/X86/2009-11-04-SubregCoalescingBug.ll
diff options
context:
space:
mode:
authorEvan Cheng <evan.cheng@apple.com>2010-02-03 21:39:04 +0000
committerEvan Cheng <evan.cheng@apple.com>2010-02-03 21:39:04 +0000
commit394f1b53342ee70b8c5ed80c143871cc41dc39b7 (patch)
treef9808960548b3e1aaf120046501c1b16d9bca8b5 /test/CodeGen/X86/2009-11-04-SubregCoalescingBug.ll
parent457624792803e26136889b8cf17e8aa7b84e58b4 (diff)
downloadexternal_llvm-394f1b53342ee70b8c5ed80c143871cc41dc39b7.zip
external_llvm-394f1b53342ee70b8c5ed80c143871cc41dc39b7.tar.gz
external_llvm-394f1b53342ee70b8c5ed80c143871cc41dc39b7.tar.bz2
Make test less fragile
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@95258 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/X86/2009-11-04-SubregCoalescingBug.ll')
-rw-r--r--test/CodeGen/X86/2009-11-04-SubregCoalescingBug.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/X86/2009-11-04-SubregCoalescingBug.ll b/test/CodeGen/X86/2009-11-04-SubregCoalescingBug.ll
index b08dd91..b5be65f 100644
--- a/test/CodeGen/X86/2009-11-04-SubregCoalescingBug.ll
+++ b/test/CodeGen/X86/2009-11-04-SubregCoalescingBug.ll
@@ -5,7 +5,7 @@ define void @bar(i32 %b, i32 %a) nounwind optsize ssp {
entry:
; CHECK: leal 15(%rsi), %edi
; CHECK-NOT: movl
-; CHECK: jmp _foo
+; CHECK: _foo
%0 = add i32 %a, 15 ; <i32> [#uses=1]
%1 = zext i32 %0 to i64 ; <i64> [#uses=1]
tail call void @foo(i64 %1) nounwind