tweak test to pass on windows

llvm-svn: 107040
This commit is contained in:
Chris Lattner 2010-06-28 18:29:14 +00:00
parent 51f2908328
commit d250b8e9a8
1 changed files with 1 additions and 1 deletions

View File

@ -141,6 +141,6 @@ int f12() {
// Make sure negate of fp uses -0.0 for proper -0 handling.
double f13(double X) {
// CHECK: define double @f13
// CHECK: fsub double -0.000000e+00, %tmp
// CHECK: fsub double -0.0
return -X;
}