mirror of
https://github.com/RPCSX/llvm.git
synced 2024-12-02 16:56:50 +00:00
[SU]int update - inactive code may get activated someday
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@31128 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
937e87ad2a
commit
978b35e502
@ -419,7 +419,7 @@ void GraphBuilder::visitGetElementPtrInst(User &GEP) {
|
||||
#if 0
|
||||
if (const SequentialType *STy = cast<SequentialType>(*I)) {
|
||||
CurTy = STy->getElementType();
|
||||
if (ConstantSInt *CS = dyn_cast<ConstantSInt>(GEP.getOperand(i))) {
|
||||
if (ConstantInt *CS = dyn_cast<ConstantInt>(GEP.getOperand(i))) {
|
||||
Offset += CS->getValue()*TD.getTypeSize(CurTy);
|
||||
} else {
|
||||
// Variable index into a node. We must merge all of the elements of the
|
||||
|
Loading…
Reference in New Issue
Block a user