mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-25 12:12:47 +01:00
7 lines
144 B
LLVM
7 lines
144 B
LLVM
|
; RUN: opt -dce -enable-new-pm -disable-output -debug-pass-manager %s 2>&1 | FileCheck %s
|
||
|
|
||
|
; CHECK: DCEPass
|
||
|
define void @foo() {
|
||
|
ret void
|
||
|
}
|