PPC32 va_list is an actual structure so va_copy needs to copy the whole
[oota-llvm.git] / test / CodeGen / PowerPC / darwin-labels.ll
index c690d196a071d25ad90a4a3b4c493ff1efe6d71b..56f7782138a671a80b2fd44c79c26b7e325e5cec 100644 (file)
@@ -1,8 +1,6 @@
-; RUN: llvm-upgrade < %s | llvm-as | llc | grep 'foo bar.s":'
+; 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]