brintos

brintos / llvm-project-archived public Read only

0
0
Text · 216 B · 510ced4 Raw
9 lines · plain
1; RUN: opt -passes='function(require<no-op-function>),globalopt' %s -debug-pass-manager -S 2>&1 | FileCheck %s2 3; CHECK: Clearing all analysis results for: f4; CHECK-NOT: @f5 6define internal void @f() {7  ret void8}9