aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGen/ARM/fptoint.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/ARM/fptoint.ll')
-rw-r--r--test/CodeGen/ARM/fptoint.ll6
1 files changed, 4 insertions, 2 deletions
diff --git a/test/CodeGen/ARM/fptoint.ll b/test/CodeGen/ARM/fptoint.ll
index 4cacc5de7eec..299cb8f81503 100644
--- a/test/CodeGen/ARM/fptoint.ll
+++ b/test/CodeGen/ARM/fptoint.ll
@@ -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 < %s -march=arm -mattr=+v6,+vfp2 | 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: foo9:
+; CHECK: vmov r0, s0
+