From 76dfa03874141c1fe1ba6217c2ba606874467438 Mon Sep 17 00:00:00 2001 From: NAKAMURA Takumi Date: Sun, 20 Nov 2011 12:49:45 +0000 Subject: [PATCH] test/CodeGen/X86/block-placement.ll: Relax expressions for Win32. llvm-svn: 145011 --- llvm/test/CodeGen/X86/block-placement.ll | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/llvm/test/CodeGen/X86/block-placement.ll b/llvm/test/CodeGen/X86/block-placement.ll index b488cddaace5..7361ae4258b0 100644 --- a/llvm/test/CodeGen/X86/block-placement.ll +++ b/llvm/test/CodeGen/X86/block-placement.ll @@ -452,9 +452,9 @@ define i32 @test_global_cfg_break_profitability() { ; 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: