Indentation change.
[llvm/avr.git] / test / Transforms / InstCombine / binop-cast.ll
blobea5299ba87612c2a7b1057db96a92666185a6341
1 ; RUN: llvm-as < %s | opt -instcombine | llvm-dis | notcast
3 define i32 @testAdd(i32 %X, i32 %Y) {
4         %tmp = add i32 %X, %Y
5         %tmp.l = bitcast i32 %tmp to i32
6         ret i32 %tmp.l