Remove HasCrazyBSS and add a flag in TAI to indicate that '.section'
[oota-llvm.git] / test / CodeGen / PowerPC / darwin-labels.ll
index c8bf47c4cb9276e2e43573afaac9679e3a30f6d9..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]