pass machinemoduleinfo down into getSymbolForDwarfGlobalReference,
[llvm/avr.git] / test / CodeGen / X86 / fp-stack-direct-ret.ll
blob5a28bb50a34353947819b32d54b85f0bec7763cb
1 ; RUN: llc < %s -march=x86 | not grep fstp
2 ; RUN: llc < %s -march=x86 -mcpu=yonah | not grep movsd
4 declare double @foo()
6 define double @bar() {
7 entry:
8         %tmp5 = tail call double @foo()
9         ret double %tmp5