summaryrefslogtreecommitdiff
path: root/test/Feature/paramattrs.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/Feature/paramattrs.ll')
-rw-r--r--test/Feature/paramattrs.ll4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/Feature/paramattrs.ll b/test/Feature/paramattrs.ll
index 0926f137e3..84116781f9 100644
--- a/test/Feature/paramattrs.ll
+++ b/test/Feature/paramattrs.ll
@@ -8,9 +8,9 @@
declare i16 @"test"(i16 sext %arg) sext
declare i8 @"test2" (i16 zext %a2) zext
-implementation
+declare void @exit(i32) noreturn nounwind
-define i32 @main(i32 %argc, i8 **%argv) {
+define i32 @main(i32 %argc, i8 **%argv) nounwind inreg {
%val = trunc i32 %argc to i16
%res1 = call i16 (i16 sext) sext *@test(i16 %val)
%two = add i16 %res1, %res1