Split ARM and AArch64 emutls.ll test
[oota-llvm.git] / test / CodeGen / ARM / mem.ll
index f46c7a5857ab963ffec73a5a9e772da8b89503ff..3c9cd913add656847208a90edeae8719a30dc1e1 100644 (file)
@@ -1,5 +1,4 @@
-; RUN: llc < %s -march=arm | grep strb
-; RUN: llc < %s -march=arm | grep strh
+; RUN: llc -mtriple=arm-eabi %s -o - | FileCheck %s
 
 define void @f1() {
 entry:
@@ -7,8 +6,13 @@ entry:
         ret void
 }
 
+; CHECK: strb
+
 define void @f2() {
 entry:
         store i16 0, i16* null
         ret void
 }
+
+; CHECK: strh
+