[InstCombine] Signed saturation patterns
[llvm-core.git] / test / Bitcode / Inputs / module-hash-strtab2.ll
blob87d2478145bc3680237f1bf22e603a1df757e9d4
1 source_filename = "foo.c"
3 $dat = comdat any
5 define void @main() comdat($dat) {
6   call void @foo()
7   ret void
10 declare void @foo()