forked from OSchip/llvm-project
7 lines
80 B
LLVM
7 lines
80 B
LLVM
|
; RUN: llc -O2 -print-after-all < %s 2>&1
|
||
|
|
||
|
define void @tester(){
|
||
|
ret void
|
||
|
}
|
||
|
|