aboutsummaryrefslogtreecommitdiffstats
path: root/test/Object/Inputs/trivial.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/Object/Inputs/trivial.ll')
-rw-r--r--test/Object/Inputs/trivial.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Object/Inputs/trivial.ll b/test/Object/Inputs/trivial.ll
index 463442e..37a6bc2 100644
--- a/test/Object/Inputs/trivial.ll
+++ b/test/Object/Inputs/trivial.ll
@@ -2,7 +2,7 @@
define i32 @main() nounwind {
entry:
- %call = tail call i32 @puts(i8* getelementptr inbounds ([13 x i8]* @.str, i32 0, i32 0)) nounwind
+ %call = tail call i32 @puts(i8* getelementptr inbounds ([13 x i8], [13 x i8]* @.str, i32 0, i32 0)) nounwind
tail call void bitcast (void (...)* @SomeOtherFunction to void ()*)() nounwind
ret i32 0
}