Stackmap shadows should consider call returns a branch target.
[oota-llvm.git] / test / CodeGen / ARM / fptoint.ll
index 4cacc5de7eec1b603d345d0a1b786698668facbd..f50d0b96fe9982389092299b37d8049e95ffd9cb 100644 (file)
@@ -1,5 +1,4 @@
-; RUN: llc < %s -march=arm -mattr=+v6,+vfp2 | grep -E {vmov\\W*r\[0-9\]+,\\W*s\[0-9\]+} | count 1
-; RUN: llc < %s -march=arm -mattr=+v6,+vfp2 | not grep fmrrd
+; RUN: llc -mtriple=arm-eabi -arm-atomic-cfg-tidy=0 -mattr=+v6,+vfp2 %s -o - | FileCheck %s
 
 @i = weak global i32 0         ; <i32*> [#uses=2]
 @u = weak global i32 0         ; <i32*> [#uses=2]
@@ -45,3 +44,6 @@ define void @foo9(double %x) {
        store i16 %tmp, i16* null
        ret void
 }
+; CHECK-LABEL: foo9:
+; CHECK:       vmov    r0, s0
+