[llvm-commits] [llvm] r95258 - /llvm/trunk/test/CodeGen/X86/2009-11-04-SubregCoalescingBug.ll

Evan Cheng evan.cheng at apple.com
Wed Feb 3 13:39:04 PST 2010


Author: evancheng
Date: Wed Feb  3 15:39:04 2010
New Revision: 95258

URL: http://llvm.org/viewvc/llvm-project?rev=95258&view=rev
Log:
Make test less fragile

Modified:
    llvm/trunk/test/CodeGen/X86/2009-11-04-SubregCoalescingBug.ll

Modified: llvm/trunk/test/CodeGen/X86/2009-11-04-SubregCoalescingBug.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/X86/2009-11-04-SubregCoalescingBug.ll?rev=95258&r1=95257&r2=95258&view=diff

==============================================================================
--- llvm/trunk/test/CodeGen/X86/2009-11-04-SubregCoalescingBug.ll (original)
+++ llvm/trunk/test/CodeGen/X86/2009-11-04-SubregCoalescingBug.ll Wed Feb  3 15:39:04 2010
@@ -5,7 +5,7 @@
 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





More information about the llvm-commits mailing list