1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-21 20:12:56 +02:00
llvm-mirror/test/CodeGen/Mips/null-streamer.ll

8 lines
148 B
LLVM
Raw Normal View History

; Test the null streamer with a terget streamer.
; RUN: llc -O0 -filetype=null -mtriple=mips-linux < %s
define i32 @main() {
entry:
ret i32 0
}