aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGen/XCore/fneg.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/XCore/fneg.ll')
-rw-r--r--test/CodeGen/XCore/fneg.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/XCore/fneg.ll b/test/CodeGen/XCore/fneg.ll
index e4426fd908..3fb7b01869 100644
--- a/test/CodeGen/XCore/fneg.ll
+++ b/test/CodeGen/XCore/fneg.ll
@@ -2,7 +2,7 @@
; RUN: grep "xor" %t1.s | count 1
define i1 @test(double %F) nounwind {
entry:
- %0 = sub double -0.000000e+00, %F
+ %0 = fsub double -0.000000e+00, %F
%1 = fcmp olt double 0.000000e+00, %0
ret i1 %1
}