blob: 7c0e82f08f9396c1b15accf6e8780e64b543522b [file] [log] [blame]
Daniel Dunbarc9addc42012-02-22 23:49:50 +00001; Check the MCNullStreamer operates correctly, at least on a minimal test case.
2;
3; RUN: llc -filetype=null -o %t -march=x86 %s
4
5define void @f0() {
6 ret void
7}
8
9define void @f1() {
10 ret void
11}