ARM: Fix cttz expansion on vector types.
[oota-llvm.git] / test / CodeGen / ARM / arguments_f64_backfill.ll
index 690f488d8483d28c8c16514aa8061414ccef27d5..062133e8645dae5b63bd3ba313322c4cde84cacc 100644 (file)
@@ -1,6 +1,7 @@
-; RUN: llc < %s -mtriple=arm-linux-gnueabi -mattr=+vfp2 -float-abi=hard | grep {fcpys s0, s1}
+; RUN: llc < %s -mtriple=arm-linux-gnueabi -mattr=+vfp2 -float-abi=hard | FileCheck %s
 
 define float @f(float %z, double %a, float %b) {
+; CHECK: vmov.f32 s0, s1
         %tmp = call float @g(float %b)
         ret float %tmp
 }