[InstCombine] Signed saturation tests. NFC
[llvm-complete.git] / test / Transforms / Inline / 2004-10-17-InlineFunctionWithoutReturn.ll
blob866327f64a8f25237c6642cd0b58e392e52b61c2
1 ; RUN: opt < %s -inline -disable-output
3 define i32 @test() {
4         unreachable
7 define i32 @caller() {
8         %X = call i32 @test( )          ; <i32> [#uses=1]
9         ret i32 %X