Fix Windows build by including raw_ostream.h
[oota-llvm.git] / test / CodeGen / XCore / basictest.ll
1 ; RUN: llc < %s -march=xcore
2
3 define i32 @test(i32 %X) {
4         %tmp.1 = add i32 %X, 1
5         ret i32 %tmp.1
6 }