1 ; This test ensures that inlining an "empty" function does not destroy the CFG
3 ; RUN: llvm-as < %s | opt -inline | llvm-dis | not grep br
5 define i32 @func(i32 %i) {
11 define i32 @main(i32 %argc) {
13 %X = call i32 @func( i32 7 ) ; <i32> [#uses=1]