aboutsummaryrefslogtreecommitdiffstats
path: root/test/Transforms/Inline/2007-12-19-InlineNoUnwind.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/Transforms/Inline/2007-12-19-InlineNoUnwind.ll')
-rw-r--r--test/Transforms/Inline/2007-12-19-InlineNoUnwind.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Transforms/Inline/2007-12-19-InlineNoUnwind.ll b/test/Transforms/Inline/2007-12-19-InlineNoUnwind.ll
index 979157e..a5cfc3b 100644
--- a/test/Transforms/Inline/2007-12-19-InlineNoUnwind.ll
+++ b/test/Transforms/Inline/2007-12-19-InlineNoUnwind.ll
@@ -10,7 +10,7 @@ entry:
r:
ret i32 0
u:
- unwind
+ unreachable
}
define i32 @caller() {