Debug Info Testing: use null instead of an empty string in context field.
[oota-llvm.git] / test / CodeGen / PowerPC / darwin-labels.ll
index 0c803d55f71c510586463d4479b954e924f07998..56f7782138a671a80b2fd44c79c26b7e325e5cec 100644 (file)
@@ -1,8 +1,6 @@
-; RUN: llvm-as < %s | llc | grep 'foo bar":'
+; RUN: llc < %s | grep 'foo bar":'
 
-target endian = big
-target pointersize = 32
+target datalayout = "E-p:32:32"
 target triple = "powerpc-apple-darwin8.2.0"
-
-"foo bar" = global int 4
+@"foo bar" = global i32 4               ; <i32*> [#uses=0]