blob: 111be03c599fcf0786295b6e636606a819ec1e90 [file] [log] [blame]
Mircea Trofin5fe10262020-11-16 14:01:53 -08001; RUN: opt -disable-verify -debug-pass-manager -passes='always-inliner-wrapper' -S %s 2>&1 | FileCheck %s
Arthur Eubanks0291e2c2020-09-01 15:55:05 -07002
Arthur Eubanks0291e2c2020-09-01 15:55:05 -07003; CHECK: Running pass: InlinerPass
4
5define void @foo() {
6 ret void
7}