[llvm-commits] [llvm] r145011 - /llvm/trunk/test/CodeGen/X86/block-placement.ll

NAKAMURA Takumi geek4civic at gmail.com
Sun Nov 20 04:49:45 PST 2011


Author: chapuni
Date: Sun Nov 20 06:49:45 2011
New Revision: 145011

URL: http://llvm.org/viewvc/llvm-project?rev=145011&view=rev
Log:
test/CodeGen/X86/block-placement.ll: Relax expressions for Win32.

Modified:
    llvm/trunk/test/CodeGen/X86/block-placement.ll

Modified: llvm/trunk/test/CodeGen/X86/block-placement.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/X86/block-placement.ll?rev=145011&r1=145010&r2=145011&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/X86/block-placement.ll (original)
+++ llvm/trunk/test/CodeGen/X86/block-placement.ll Sun Nov 20 06:49:45 2011
@@ -452,9 +452,9 @@
 ; even though the probability of 'then' branching to the 'exit' block is very
 ; high.
 ; CHECK: test_global_cfg_break_profitability
-; CHECK: calll f
-; CHECK: calll g
-; CHECK: calll h
+; CHECK: calll {{_?}}f
+; CHECK: calll {{_?}}g
+; CHECK: calll {{_?}}h
 ; CHECK: ret
 
 entry:





More information about the llvm-commits mailing list