diff options
| author | Colin LeMahieu <colinl@codeaurora.org> | 2015-05-01 21:14:21 +0000 |
|---|---|---|
| committer | Colin LeMahieu <colinl@codeaurora.org> | 2015-05-01 21:14:21 +0000 |
| commit | b6625654755873ccee7c2c824b3084f5740d8a0a (patch) | |
| tree | e72a1e171e4e94f0eef886fee5bf2b9a20f5613d /llvm/test/CodeGen | |
| parent | a8dfd33611f978e3b78e5175ee4b55618ec00c1e (diff) | |
| download | bcm5719-llvm-b6625654755873ccee7c2c824b3084f5740d8a0a.tar.gz bcm5719-llvm-b6625654755873ccee7c2c824b3084f5740d8a0a.zip | |
[Hexagon] Adding expression MC emission and removing XFAIL from test that hits this code path.
llvm-svn: 236348
Diffstat (limited to 'llvm/test/CodeGen')
| -rw-r--r-- | llvm/test/CodeGen/Generic/MachineBranchProb.ll | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/llvm/test/CodeGen/Generic/MachineBranchProb.ll b/llvm/test/CodeGen/Generic/MachineBranchProb.ll index 8288e45ee50..f030775d535 100644 --- a/llvm/test/CodeGen/Generic/MachineBranchProb.ll +++ b/llvm/test/CodeGen/Generic/MachineBranchProb.ll @@ -1,8 +1,7 @@ ; 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. -; Hexagon crashes (PR23377) -; XFAIL: arm,aarch64,hexagon +; XFAIL: arm,aarch64 ; Make sure we have the correct weight attached to each successor. define i32 @test2(i32 %x) nounwind uwtable readnone ssp { |

