aboutsummaryrefslogtreecommitdiffstats
path: root/test/LTO/jump-table-type.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/LTO/jump-table-type.ll')
-rw-r--r--test/LTO/jump-table-type.ll4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/LTO/jump-table-type.ll b/test/LTO/jump-table-type.ll
index a39d3e9..a806c30 100644
--- a/test/LTO/jump-table-type.ll
+++ b/test/LTO/jump-table-type.ll
@@ -2,8 +2,8 @@
; RUN: llvm-lto -o %t2 %t1 -jump-table-type=arity
; RUN: llvm-nm %t2 | FileCheck %s
-; CHECK: T __llvm_jump_instr_table_0_1
-; CHECK: T __llvm_jump_instr_table_1_1
+; CHECK: t __llvm_jump_instr_table_0_1
+; CHECK: t __llvm_jump_instr_table_1_1
target triple = "x86_64-unknown-linux-gnu"