Check that this compiles to a label with a space in it.
[oota-llvm.git] / test / CodeGen / PowerPC / darwin-labels.ll
1 ; RUN: llvm-as < %s | 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