pass machinemoduleinfo down into getSymbolForDwarfGlobalReference,
[llvm/avr.git] / test / CodeGen / SystemZ / 02-RetAdd.ll
blob9ff9b6ac383335654d4c05470222834d063d75d9
1 ; RUN: llc < %s -march=systemz
2 define i64 @foo(i64 %a, i64 %b) {
3 entry:
4     %c = add i64 %a, %b
5     ret i64 %c