"git@repo.hca.bsc.es:rferrer/llvm-epi-0.8.git" did not exist on "9f5a129543748aa2c0a5907063cbb07ea7fd513c"
Simplify code a bit by changing instances of:
InsertNewInstBefore(new CastInst(Val, ValTy, Val->GetName()), I) into: InsertCastBefore(Val, ValTy, I) llvm-svn: 31204
Loading
Please register or sign in to comment