1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-22 12:33:33 +02:00
llvm-mirror/test/Other/2010-05-60-Printer.ll
Chris Lattner a0f98775e9 this really is needed. :(
llvm-svn: 103434
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
}