Debug Info Testing: use null instead of an empty string in context field.
[oota-llvm.git] / test / CodeGen / ARM / aliases.ll
index bd7555a5310b1c569667b985194d32865220c47c..d668334f8d6af3e62de13e36ac537a66a7311803 100644 (file)
@@ -1,8 +1,7 @@
-; RUN: llvm-as < %s | \
-; RUN:   llc -mtriple=arm-linux-gnueabi -o %t -f
-; RUN: grep -c set %t   | grep 5
-; RUN: grep -c globl %t | grep 4
-; RUN: grep -c weak %t  | grep 1
+; RUN: llc < %s -mtriple=arm-linux-gnueabi -o %t
+; RUN: grep " = " %t   | count 5
+; RUN: grep globl %t | count 4
+; RUN: grep weak %t  | count 1
 
 @bar = external global i32
 @foo1 = alias i32* @bar