xref: /llvm-project/llvm/test/CodeGen/Mips/null-streamer.ll (revision 60890b8910e1e8eb4b7985fe19a58d7bfc1e7ae1)
1; Test the null streamer with a terget streamer.
2; RUN: llc -O0 -filetype=null -mtriple=mips-linux < %s
3
4define i32 @main()  {
5entry:
6  ret i32 0
7}
8