After reading memory that's already freed.
[oota-llvm.git] / test / CodeGen / PowerPC / darwin-labels.ll
index 0c803d55f71c510586463d4479b954e924f07998..ceebc7099e4ee3bcc3b380ced206772a4ec39b68 100644 (file)
@@ -1,8 +1,6 @@
-; RUN: llvm-as < %s | 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]