Remove HasCrazyBSS and add a flag in TAI to indicate that '.section'
[oota-llvm.git] / test / CodeGen / PowerPC / darwin-labels.ll
index 8178c8401c8b92f33f368ba035e0b24292bd7a80..ceebc7099e4ee3bcc3b380ced206772a4ec39b68 100644 (file)
@@ -1,8 +1,6 @@
-; RUN: llvm-upgrade < %s | llvm-as | llc | grep 'foo bar":'
+; RUN: llvm-as < %s | llc | 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]