aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/X86/fltused_function_pointer.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/X86/fltused_function_pointer.ll')
-rw-r--r--test/CodeGen/X86/fltused_function_pointer.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/X86/fltused_function_pointer.ll b/test/CodeGen/X86/fltused_function_pointer.ll
index ba5879a..a41ae48 100644
--- a/test/CodeGen/X86/fltused_function_pointer.ll
+++ b/test/CodeGen/X86/fltused_function_pointer.ll
@@ -11,7 +11,7 @@
define i32 @foo(i32 (i8*, ...)* %f) nounwind {
entry:
- %call = tail call i32 (i8*, ...)* %f(i8* getelementptr inbounds ([4 x i8], [4 x i8]* @.str, i32 0, i32 0), double 1.000000e+000) nounwind
+ %call = tail call i32 (i8*, ...) %f(i8* getelementptr inbounds ([4 x i8], [4 x i8]* @.str, i32 0, i32 0), double 1.000000e+000) nounwind
ret i32 0
}