[ORC] Add std::tuple support to SimplePackedSerialization.
[llvm-project.git] / llvm / test / Transforms / SCCP / deadarg.ll
blob1117acc7d0137d7c469223f296f5916f46231d55
1 ; NOTE: Assertions have been autogenerated by utils/update_test_checks.py
2 ; RUN: opt < %s -ipsccp -disable-output
3 define internal void @foo(i32 %X) {
4   call void @foo( i32 %X )
5   ret void