OSDN Git Service

Update LLVM for rebase to r212749.
[android-x86/external-llvm.git] / test / CodeGen / ARM / fptoint.ll
index 41168ac..f50d0b9 100644 (file)
@@ -1,5 +1,4 @@
-; RUN: llvm-as < %s | llc -march=arm -mattr=+v6,+vfp2 | grep fmrs | count 1
-; RUN: llvm-as < %s | llc -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
+