summaryrefslogtreecommitdiff
path: root/test/CodeGen/Thumb2/constant-islands-jump-table.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/Thumb2/constant-islands-jump-table.ll')
-rw-r--r--test/CodeGen/Thumb2/constant-islands-jump-table.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/Thumb2/constant-islands-jump-table.ll b/test/CodeGen/Thumb2/constant-islands-jump-table.ll
index 0dd7092291ba5..5ffe1f9b09f6b 100644
--- a/test/CodeGen/Thumb2/constant-islands-jump-table.ll
+++ b/test/CodeGen/Thumb2/constant-islands-jump-table.ll
@@ -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) {