Richard Trieu | f2a7952 | 2014-07-03 02:11:49 +0000 | [diff] [blame] | 1 | ; RUN: opt -print-before=always-inline -always-inline < %s -o /dev/null 2>&1 | FileCheck %s |
2 | |||||
3 | define i32 @main() #0 { | ||||
4 | entry: | ||||
5 | ret i32 0 | ||||
6 | } | ||||
7 | |||||
8 | ; CHECK: *** IR Dump Before Inliner for always_inline functions *** | ||||
9 | ; CHECK: Printing <null> Function |