diff options
author | NAKAMURA Takumi <geek4civic@gmail.com> | 2011-11-20 12:49:45 +0000 |
---|---|---|
committer | NAKAMURA Takumi <geek4civic@gmail.com> | 2011-11-20 12:49:45 +0000 |
commit | 742e5cf61298e9d7a0672d0cd79708c4939da489 (patch) | |
tree | e5970ced17fe6d78f330c87838b9cc919b0c5c9d /test | |
parent | b0dadb9dd52aed7a82e24542be8adf881d91c929 (diff) | |
download | external_llvm-742e5cf61298e9d7a0672d0cd79708c4939da489.zip external_llvm-742e5cf61298e9d7a0672d0cd79708c4939da489.tar.gz external_llvm-742e5cf61298e9d7a0672d0cd79708c4939da489.tar.bz2 |
test/CodeGen/X86/block-placement.ll: Relax expressions for Win32.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@145011 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test')
-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: |