blob: 2aecfa85cd8f1942ee43faca0debe580025f0ed9 [file] [log] [blame]
Eric Christophercee313d2019-04-17 04:52:47 +00001; RUN: opt -print-before=always-inline -always-inline < %s -o /dev/null 2>&1 | FileCheck %s
2
3define i32 @main() #0 {
4entry:
5 ret i32 0
6}
7
8; CHECK: *** IR Dump Before Inliner for always_inline functions ***
9; CHECK: Printing <null> Function