xref: /aosp_15_r20/external/llvm/test/CodeGen/PowerPC/darwin-labels.ll (revision 9880d6810fe72a1726cb53787c6711e909410d58)
1; RUN: llc < %s | grep 'foo bar":'
2
3target datalayout = "E-p:32:32"
4target triple = "powerpc-apple-darwin8.2.0"
5@"foo bar" = global i32 4               ; <i32*> [#uses=0]
6
7