1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-01 16:33:37 +01:00
llvm-mirror/test/Other/2010-05-60-Printer.ll
Chris Lattner bf56c070f3 just remove this, it isn't needed.
llvm-svn: 103432
2010-05-10 21:01:47 +00:00

7 lines
76 B
LLVM

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