Raw File
2010-05-06-Printer.ll
; RUN: llc -O2 -print-after-all < %s 2>/dev/null

define void @tester(){
  ret void
}

back to top