diff options
author | Evan Cheng <evan.cheng@apple.com> | 2010-02-03 21:39:04 +0000 |
---|---|---|
committer | Evan Cheng <evan.cheng@apple.com> | 2010-02-03 21:39:04 +0000 |
commit | 112a871fe27f6eed40be8f3ea4db79b66e99d19f (patch) | |
tree | 0bb1d07b1feb3e35a0d1e1b7883a8184986d082c | |
parent | 80c54b05a0b4790a54556a80587b95b6fc4b5c97 (diff) | |
download | bcm5719-llvm-112a871fe27f6eed40be8f3ea4db79b66e99d19f.tar.gz bcm5719-llvm-112a871fe27f6eed40be8f3ea4db79b66e99d19f.zip |
Make test less fragile
llvm-svn: 95258
-rw-r--r-- | llvm/test/CodeGen/X86/2009-11-04-SubregCoalescingBug.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/X86/2009-11-04-SubregCoalescingBug.ll b/llvm/test/CodeGen/X86/2009-11-04-SubregCoalescingBug.ll index b08dd914269..b5be65fb002 100644 --- a/llvm/test/CodeGen/X86/2009-11-04-SubregCoalescingBug.ll +++ b/llvm/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 |