blob: 56cebbfafb7c9f02370637d78c877c55502701bc [file] [log] [blame]
Rafael Espindola60890b82014-06-23 19:43:40 +00001; 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}