- Assign load / store with shifter op address modes the right itinerary classes.
[oota-llvm.git] / test / CodeGen / ARM / fcopysign.ll
index 66acda9c9b913648a3571ea9a2dd3b251743dbfa..a6d741087a8955ee9537f1f149b68e6f86c034b3 100644 (file)
@@ -1,6 +1,6 @@
-; RUN: llvm-as < %s | llc -march=arm | grep bic | count 2
-; RUN: llvm-as < %s | llc -march=arm -mattr=+v6,+vfp2 | \
-; RUN:   grep fneg | count 2
+; RUN: llc < %s -march=arm | grep bic | count 2
+; RUN: llc < %s -march=arm -mattr=+v6,+vfp2 | \
+; RUN:   grep vneg | count 2
 
 define float @test1(float %x, double %y) {
        %tmp = fpext float %x to double