pass machinemoduleinfo down into getSymbolForDwarfGlobalReference,
[llvm/avr.git] / test / FrontendC / 2003-11-26-PointerShift.c
blob6b5205a6e7ed07bd8521a7d3ab192d6fe3cc861b
1 // RUN: %llvmgcc -S %s -o - | llvm-as -o /dev/null
3 unsigned long do_csum(const unsigned char *buff, int len, unsigned long result) {
4 if (2 & (unsigned long) buff) result += 1;
5 return result;