diff options
Diffstat (limited to 'llvm/test/CodeGen/CellSPU/jumptable.ll')
| -rw-r--r-- | llvm/test/CodeGen/CellSPU/jumptable.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/CellSPU/jumptable.ll b/llvm/test/CodeGen/CellSPU/jumptable.ll index 42b41b3bf29..87376ef6ed5 100644 --- a/llvm/test/CodeGen/CellSPU/jumptable.ll +++ b/llvm/test/CodeGen/CellSPU/jumptable.ll @@ -1,4 +1,4 @@ -;RUN: llc --march=cellspu %s -o - | FileCheck %s +;RUN: llc --march=cellspu -disable-cgp-branch-opts %s -o - | FileCheck %s ; This is to check that emitting jumptables doesn't crash llc define i32 @test(i32 %param) { entry: |

