diff options
| author | Tim Northover <tnorthover@apple.com> | 2014-05-30 10:56:12 +0000 |
|---|---|---|
| committer | Tim Northover <tnorthover@apple.com> | 2014-05-30 10:56:12 +0000 |
| commit | 3ef452e572254e750aa71291d78796a4f7f907d1 (patch) | |
| tree | 1e94e39acd4d38264c849e4b47dbc0a63e1c9483 /llvm/test/CodeGen/Generic | |
| parent | 3a0486b1e945e92db5bb62ad4b392496c48323fe (diff) | |
| download | bcm5719-llvm-3ef452e572254e750aa71291d78796a4f7f907d1.tar.gz bcm5719-llvm-3ef452e572254e750aa71291d78796a4f7f907d1.zip | |
AArch64 & ARM: disable generic test that relies on no CFG changes.
llvm-svn: 209885
Diffstat (limited to 'llvm/test/CodeGen/Generic')
| -rw-r--r-- | llvm/test/CodeGen/Generic/MachineBranchProb.ll | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/llvm/test/CodeGen/Generic/MachineBranchProb.ll b/llvm/test/CodeGen/Generic/MachineBranchProb.ll index 802ee2cb055..0e98280694c 100644 --- a/llvm/test/CodeGen/Generic/MachineBranchProb.ll +++ b/llvm/test/CodeGen/Generic/MachineBranchProb.ll @@ -1,5 +1,8 @@ ; RUN: llc < %s -print-machineinstrs=expand-isel-pseudos -o /dev/null 2>&1 | FileCheck %s +; ARM & AArch64 run an extra SimplifyCFG which disrupts this test. +; XFAIL: arm,aarch64 + ; Make sure we have the correct weight attached to each successor. define i32 @test2(i32 %x) nounwind uwtable readnone ssp { ; CHECK: Machine code for function test2: |

