diff options
Diffstat (limited to 'test/CodeGen/X86/musttail-fastcall.ll')
-rw-r--r-- | test/CodeGen/X86/musttail-fastcall.ll | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/CodeGen/X86/musttail-fastcall.ll b/test/CodeGen/X86/musttail-fastcall.ll index c7e5ffc..ed3668d 100644 --- a/test/CodeGen/X86/musttail-fastcall.ll +++ b/test/CodeGen/X86/musttail-fastcall.ll @@ -14,7 +14,7 @@ define i32 @call_fast_thunk() { } define x86_fastcallcc i32 @fast_thunk(...) { - call void @puts(i8* getelementptr ([4 x i8]* @asdf, i32 0, i32 0)) + call void @puts(i8* getelementptr ([4 x i8], [4 x i8]* @asdf, i32 0, i32 0)) %r = musttail call x86_fastcallcc i32 (...)* bitcast (i32 (i32, i32, i32)* @fast_target to i32 (...)*) (...) ret i32 %r } @@ -43,7 +43,7 @@ define i32 @call_vector_thunk() { } define x86_vectorcallcc i32 @vector_thunk(...) { - call void @puts(i8* getelementptr ([4 x i8]* @asdf, i32 0, i32 0)) + call void @puts(i8* getelementptr ([4 x i8], [4 x i8]* @asdf, i32 0, i32 0)) %r = musttail call x86_vectorcallcc i32 (...)* bitcast (i32 (i32, i32, i32)* @vector_target to i32 (...)*) (...) ret i32 %r } |