350c45e5bebed473a6760a25127235f21fcf2b37
[oota-llvm.git] / test / CodeGen / ARM / null-streamer.ll
1 ; Test the null streamer with a terget streamer.
2 ; RUN: llc -O0 -filetype=null -mtriple=arm-linux < %s
3
4 define i32 @main()  {
5 entry:
6   ret i32 0
7 }