]> granicus.if.org Git - clang/commitdiff
tweak test to pass on windows
authorChris Lattner <sabre@nondot.org>
Mon, 28 Jun 2010 18:29:14 +0000 (18:29 +0000)
committerChris Lattner <sabre@nondot.org>
Mon, 28 Jun 2010 18:29:14 +0000 (18:29 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@107040 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGen/exprs.c

index f7b02bc8a0975176143c34823defc648cf42c849..aa4aa51ddce6e288c10316cb578f25cad2e0ca13 100644 (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;
 }