summaryrefslogtreecommitdiffstats
path: root/llvm/test/tools/llvm-split/scc-cycle.ll
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/test/tools/llvm-split/scc-cycle.ll')
-rw-r--r--llvm/test/tools/llvm-split/scc-cycle.ll4
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/test/tools/llvm-split/scc-cycle.ll b/llvm/test/tools/llvm-split/scc-cycle.ll
index 031fa9b0316..704ac9a97ad 100644
--- a/llvm/test/tools/llvm-split/scc-cycle.ll
+++ b/llvm/test/tools/llvm-split/scc-cycle.ll
@@ -6,8 +6,8 @@
; RUN: llvm-dis -o - %t0 | FileCheck --check-prefix=CHECK1 %s
; RUN: llvm-dis -o - %t1 | FileCheck --check-prefix=CHECK0 %s
-; CHECK0: declare i32 @funInternal0
-; CHECK0: declare i32 @funInternal1
+; CHECK0: declare dso_local i32 @funInternal0
+; CHECK0: declare dso_local i32 @funInternal1
; CHECK0: declare i32 @funExternal0
; CHECK0: declare i32 @funExternal1
OpenPOWER on IntegriCloud