YouCompleteMe/cpp/llvm/test/CodeGen/X86/null-streamer.ll
2012-07-05 17:51:06 -07: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
}