pass machinemoduleinfo down into getSymbolForDwarfGlobalReference,
[llvm/avr.git] / test / CodeGen / Alpha / zapnot4.ll
blob89beeef2d81004e7e7ca629c34b60af8d762f78d
1 ; RUN: llc < %s -march=alpha | grep zapnot
3 define i64 @foo(i64 %y) {
4         %tmp = shl i64 %y, 3            ; <i64> [#uses=1]
5         %tmp2 = and i64 %tmp, 65535             ; <i64> [#uses=1]
6         ret i64 %tmp2