Reid Spencer 811b0cbd6e Simplify code a bit by changing instances of:
InsertNewInstBefore(new CastInst(Val, ValTy, Val->GetName()), I)
into:
   InsertCastBefore(Val, ValTy, I)


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@31204 91177308-0d34-0410-b5e6-96231b3b80d8
2006-10-26 19:19:06 +00:00
..
2006-10-26 06:15:43 +00:00
2006-08-25 19:54:53 +00:00
2006-10-26 06:15:43 +00:00
2006-10-26 06:15:43 +00:00
2006-10-26 06:15:43 +00:00
2006-10-20 07:07:24 +00:00
2006-10-26 06:15:43 +00:00
2006-10-20 07:07:24 +00:00
2006-09-14 06:21:59 +00:00
2006-05-17 22:55:35 +00:00