1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-21 03:53:04 +02:00
llvm-mirror/test/CodeGen/X86/null-streamer.ll
2012-02-22 23:49:50 +00:00

12 lines
197 B
LLVM

; Check the MCNullStreamer operates correctly, at least on a minimal test case.
;
; RUN: llc -filetype=null -o %t -march=x86 %s
define void @f0() {
ret void
}
define void @f1() {
ret void
}