1 ;RUN: llc --march=cellspu %s -o - | FileCheck %s
2 ; This is to check that emitting jumptables doesn't crash llc
3 define i32 @test(i32 %param) {
5 ;CHECK: ai {{\$.}}, $3, -1
6 ;CHECK: clgti {{\$., \$.}}, 3
7 ;CHECK: brnz {{\$.}},.LBB0_2
8 switch i32 %param, label %bb1 [