Shrink Thumb2 movcc instructions.
[llvm/avr.git] / test / CodeGen / XCore / basictest.ll
blob803ffcb74cc12fc06a14fd328f430650e5d37492
1 ; RUN: llvm-as < %s | llc -march=xcore
3 define i32 @test(i32 %X) {
4         %tmp.1 = add i32 %X, 1
5         ret i32 %tmp.1