Skip to content
Commit 00c482b7 authored by Reid Spencer's avatar Reid Spencer
Browse files

Simplify code a bit by changing instances of:

   InsertNewInstBefore(new CastInst(Val, ValTy, Val->GetName()), I)
into:
   InsertCastBefore(Val, ValTy, I)

llvm-svn: 31204
parent 392f6457
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment