Revert r237590, "ARM: allow jump tables to be placed as constant islands."
[oota-llvm.git] / test / CodeGen / Thumb2 / constant-islands-jump-table.ll
index 5ffe1f9b09f6ba0a1a362fa9e37c62bd542cc76f..0dd7092291ba5b49773ba7cc219d90079e02a59e 100644 (file)
@@ -1,7 +1,7 @@
 ; RUN: llc < %s -mtriple=thumbv7-linux-gnueabihf -O1 %s -o - | FileCheck %s
 
 ; CHECK-LABEL: test_jump_table:
-; CHECK: b{{.*}} .LBB
+; CHECK: b .LBB
 ; CHECK-NOT: tbh
 
 define i32 @test_jump_table(i32 %x, float %in) {