Update test suite to make "ninja check" succeed without native backend builtin
[oota-llvm.git] / test / Other / 2010-05-06-Printer.ll
1 ; REQUIRES: native
2 ; RUN: llc -O2 -print-after-all < %s 2>/dev/null
3
4 define void @tester(){
5   ret void
6 }
7