Two sets of changes. Sorry they are intermingled.
[oota-llvm.git] / test / CodeGen / ARM / fcopysign.ll
index bf7c305c8959957c9152e8c58287d4443122c5c8..a6d741087a8955ee9537f1f149b68e6f86c034b3 100644 (file)
@@ -1,6 +1,6 @@
 ; RUN: llc < %s -march=arm | grep bic | count 2
 ; RUN: llc < %s -march=arm -mattr=+v6,+vfp2 | \
-; RUN:   grep fneg | count 2
+; RUN:   grep vneg | count 2
 
 define float @test1(float %x, double %y) {
        %tmp = fpext float %x to double