[RS4GC] Fix rematerialization of bitcast of bitcast.
[oota-llvm.git] / test / Transforms / Inline / null-function.ll
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