]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - opencl/llvm.git/blob - test/Transforms/Inline/null-function.ll
DebugInfo: Use distinct inlinedAt MDLocations to avoid separate inlined calls being...
[opencl/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
3 define i32 @main() #0 {
4 entry:
5   ret i32 0
6 }
8 ; CHECK: *** IR Dump Before Inliner for always_inline functions ***
9 ; CHECK: Printing <null> Function