aboutsummaryrefslogtreecommitdiff
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.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Transforms/Inline/invoke_test-2.ll b/test/Transforms/Inline/invoke_test-2.ll
index d673e85d7d..95c8e66c2b 100644
--- a/test/Transforms/Inline/invoke_test-2.ll
+++ b/test/Transforms/Inline/invoke_test-2.ll
@@ -16,7 +16,7 @@ exc:
ret int 1
}
-; caller returns true if might_throw throws an exception...
+; caller returns true if might_throw throws an exception... callee cannot throw.
int %caller() {
%X = invoke int %callee() to label %cont
except label %UnreachableExceptionHandler