pass machinemoduleinfo down into getSymbolForDwarfGlobalReference,
[llvm/avr.git] / test / CodeGen / X86 / sse-align-1.ll
blobc7a5cd5591207e5498f499d4dd4177cc4f31fc38
1 ; RUN: llc < %s -march=x86-64 | grep movap | count 2
3 define <4 x float> @foo(<4 x float>* %p) nounwind {
4   %t = load <4 x float>* %p
5   ret <4 x float> %t
7 define <2 x double> @bar(<2 x double>* %p) nounwind {
8   %t = load <2 x double>* %p
9   ret <2 x double> %t