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