blob: 72f44b826d13d0b948d8250ff1b21f6822adfd98 [file] [log] [blame]
; NOTE: Assertions have been autogenerated by utils/update_test_checks.py UTC_ARGS: --function-signature --scrub-attributes
; RUN: opt < %s -passes=inline,argpromotion -disable-output
define internal fastcc i32 @hash(ptr %ts, i32 %mod) nounwind {
entry:
unreachable
}
define void @encode(ptr %m, ptr %ts, ptr %new) nounwind {
entry:
%0 = call fastcc i32 @hash( ptr %ts, i32 0 ) nounwind ; <i32> [#uses=0]
unreachable
}