[LLVM][IR] Use splat syntax when printing ConstantExpr based splats. (#116856)
[llvm-project.git] / llvm / test / Transforms / ArgumentPromotion / 2008-09-07-CGUpdate.ll
blob72f44b826d13d0b948d8250ff1b21f6822adfd98
1 ; NOTE: Assertions have been autogenerated by utils/update_test_checks.py UTC_ARGS: --function-signature --scrub-attributes
2 ; RUN: opt < %s -passes=inline,argpromotion -disable-output
4 define internal fastcc i32 @hash(ptr %ts, i32 %mod) nounwind {
5 entry:
6   unreachable
9 define void @encode(ptr %m, ptr %ts, ptr %new) nounwind {
10 entry:
11   %0 = call fastcc i32 @hash( ptr %ts, i32 0 ) nounwind         ; <i32> [#uses=0]
12   unreachable