xref: /llvm-project/llvm/test/Transforms/ArgumentPromotion/2008-09-07-CGUpdate.ll (revision bcbc6151640f53e9d78392c66de9760c664d8b1d)
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
3
4define internal fastcc i32 @hash(ptr %ts, i32 %mod) nounwind {
5entry:
6  unreachable
7}
8
9define void @encode(ptr %m, ptr %ts, ptr %new) nounwind {
10entry:
11  %0 = call fastcc i32 @hash( ptr %ts, i32 0 ) nounwind		; <i32> [#uses=0]
12  unreachable
13}
14