aboutsummaryrefslogtreecommitdiffstats
path: root/test/Transforms/Inline/invoke_test-2.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/Transforms/Inline/invoke_test-2.ll')
-rw-r--r--test/Transforms/Inline/invoke_test-2.ll3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/Transforms/Inline/invoke_test-2.ll b/test/Transforms/Inline/invoke_test-2.ll
index 0913f7c..9262090 100644
--- a/test/Transforms/Inline/invoke_test-2.ll
+++ b/test/Transforms/Inline/invoke_test-2.ll
@@ -1,7 +1,8 @@
; Test that if an invoked function is inlined, and if that function cannot
; throw, that the dead handler is now unreachable.
-; RUN: llvm-upgrade < %s | llvm-as | opt -inline -simplifycfg | llvm-dis | not grep UnreachableExceptionHandler
+; RUN: llvm-upgrade < %s | llvm-as | opt -inline -simplifycfg | llvm-dis | \
+; RUN: not grep UnreachableExceptionHandler
declare void %might_throw()