diff options
| author | Reid Spencer <rspencer@reidspencer.com> | 2006-10-26 19:19:06 +0000 |
|---|---|---|
| committer | Reid Spencer <rspencer@reidspencer.com> | 2006-10-26 19:19:06 +0000 |
| commit | 00c482b7a275110a2f0072a42b9b2a7447eb88a9 (patch) | |
| tree | ba637e144981b8bc62be09b79be6dda3f641fe7b /llvm/lib/VMCore/Constants.cpp | |
| parent | 392f64578387b7b93b615d78847d8bd619239749 (diff) | |
| download | bcm5719-llvm-00c482b7a275110a2f0072a42b9b2a7447eb88a9.tar.gz bcm5719-llvm-00c482b7a275110a2f0072a42b9b2a7447eb88a9.zip | |
Simplify code a bit by changing instances of:
InsertNewInstBefore(new CastInst(Val, ValTy, Val->GetName()), I)
into:
InsertCastBefore(Val, ValTy, I)
llvm-svn: 31204
Diffstat (limited to 'llvm/lib/VMCore/Constants.cpp')
0 files changed, 0 insertions, 0 deletions

