R600: Fix R600ControlFlowFinalizer not considering VTX_READ 128 bit dst reg
[oota-llvm.git] / test / CodeGen / X86 / null-streamer.ll
1 ; Check the MCNullStreamer operates correctly, at least on a minimal test case.
2 ;
3 ; RUN: llc -filetype=null -o %t -march=x86 %s
4
5 define void @f0()  {
6   ret void
7 }
8
9 define void @f1() {
10   ret void
11 }