Noting and enforcing that GC intrinsics are valid only within a
[oota-llvm.git] / test / CodeGen / PowerPC / darwin-labels.ll
1 ; RUN: llvm-upgrade < %s | llvm-as | llc | grep {foo bar":}
2
3 target endian = big
4 target pointersize = 32
5 target triple = "powerpc-apple-darwin8.2.0"
6
7 "foo bar" = global int 4
8