diff options
Diffstat (limited to 'test/CodeGen/X86/block-placement.ll')
-rw-r--r-- | test/CodeGen/X86/block-placement.ll | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/test/CodeGen/X86/block-placement.ll b/test/CodeGen/X86/block-placement.ll index b488cdd..7361ae4 100644 --- a/test/CodeGen/X86/block-placement.ll +++ b/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: |