pass machinemoduleinfo down into getSymbolForDwarfGlobalReference,
[llvm/avr.git] / test / CodeGen / PowerPC / fold-li.ll
blob92d8da500e840d23ce6f25e6fbe1335d9fe6467e
1 ; RUN: llc < %s -march=ppc32  | \
2 ; RUN:   grep -v align | not grep li
4 ;; Test that immediates are folded into these instructions correctly.
6 define i32 @ADD(i32 %X) nounwind {
7         %Y = add i32 %X, 65537          ; <i32> [#uses=1]
8         ret i32 %Y
11 define i32 @SUB(i32 %X) nounwind {
12         %Y = sub i32 %X, 65537          ; <i32> [#uses=1]
13         ret i32 %Y