aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/X86/soft-fp.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/X86/soft-fp.ll')
-rw-r--r--test/CodeGen/X86/soft-fp.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/X86/soft-fp.ll b/test/CodeGen/X86/soft-fp.ll
index 7fa8fed..0c697de 100644
--- a/test/CodeGen/X86/soft-fp.ll
+++ b/test/CodeGen/X86/soft-fp.ll
@@ -22,6 +22,6 @@ declare void @llvm.va_end(i8*) nounwind
define float @t2(float %a, float %b) nounwind readnone {
entry:
- %0 = add float %a, %b ; <float> [#uses=1]
+ %0 = fadd float %a, %b ; <float> [#uses=1]
ret float %0
}