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