mirror of
https://github.com/RPCS3/llvm.git
synced 2025-02-04 17:47:58 +00:00
uhn zap cvs
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@36523 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
73d0d0d4b8
commit
53c22fc7c6
@ -6431,12 +6431,6 @@ Instruction *InstCombiner::commonPointerCastTransforms(CastInst &CI) {
|
||||
InsertNewInstBefore(NGEP, CI);
|
||||
NGEP->takeName(GEP);
|
||||
|
||||
cerr << "\nZAP: " << *GEP->getOperand(0);
|
||||
cerr << "ZAP: " << *GEP;
|
||||
cerr << "ZAP: " << CI << "\n";
|
||||
|
||||
cerr << "NEW: " << *NGEP << "\n";
|
||||
|
||||
if (isa<BitCastInst>(CI))
|
||||
return new BitCastInst(NGEP, CI.getType());
|
||||
assert(isa<PtrToIntInst>(CI));
|
||||
|
Loading…
x
Reference in New Issue
Block a user