[InstCombine] Signed saturation patterns
[llvm-core.git] / test / Linker / Inputs / alias-2.ll
blob03c1d91fe6bf3ca3bc2c4e0abe83ca8e9558ba22
1 define void @B() {
2   call void @A()
3   ret void
6 declare void @A()