2008-09-07-CGUpdate.ll 300 B

123456789101112
  1. ; RUN: opt < %s -inline -argpromotion -disable-output
  2. define internal fastcc i32 @hash(i32* %ts, i32 %mod) nounwind {
  3. entry:
  4. unreachable
  5. }
  6. define void @encode(i32* %m, i32* %ts, i32* %new) nounwind {
  7. entry:
  8. %0 = call fastcc i32 @hash( i32* %ts, i32 0 ) nounwind ; <i32> [#uses=0]
  9. unreachable
  10. }