pass machinemoduleinfo down into getSymbolForDwarfGlobalReference,
[llvm/avr.git] / test / CodeGen / Generic / global-ret0.ll
blob74bff876f882446577a5dc6f6bb4d9c5a4334525
1 ; RUN: llc < %s
3 @g = global i32 0               ; <i32*> [#uses=1]
5 define i32 @main() {
6         %h = load i32* @g               ; <i32> [#uses=1]
7         ret i32 %h