Drop function that are deprecated since 2010.
[oota-llvm.git] / test / CodeGen / ARM / inlineasm4.ll
index 9ed4b997a634b11e8177269cb8bdf7041eb2dfc4..a117cd2618f914743fb292664ba68375e3795b30 100644 (file)
@@ -1,10 +1,10 @@
-; RUN: llc < %s -march=arm | FileCheck %s
+; RUN: llc -mtriple=arm-eabi %s -o - | FileCheck %s
 
 define double @f(double %x) {
 entry:
   %0 = tail call double asm "mov     ${0:R}, #4\0A", "=&r"()
   ret double %0
-; CHECK: f:
+; CHECK-LABEL: f:
 ; CHECK:       mov     r1, #4
 }
 
@@ -12,6 +12,6 @@ define double @g(double %x) {
 entry:
   %0 = tail call double asm "mov     ${0:Q}, #4\0A", "=&r"()
   ret double %0
-; CHECK: g:
+; CHECK-LABEL: g:
 ; CHECK:       mov     r0, #4
 }