1; RUN: opt -dce -enable-new-pm -disable-output -debug-pass-manager %s 2>&1 | FileCheck %s 2 3; CHECK: DCEPass 4define void @foo() { 5 ret void 6} 7