llvm-6502/test/Other/2010-05-60-Printer.ll
Chris Lattner e24b5c52d6 this really is needed. :(
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@103434 91177308-0d34-0410-b5e6-96231b3b80d8
2010-05-10 21:23:48 +00:00

7 lines
80 B
LLVM

; RUN: llc -O2 -print-after-all < %s 2>&1
define void @tester(){
ret void
}