Removing some trailing whitespaces

llvm-svn: 137304
This commit is contained in:
Raghesh Aloor 2011-08-11 08:44:56 +00:00
parent 96710b4308
commit e75e986d03
1 changed files with 1 additions and 1 deletions

View File

@ -333,7 +333,7 @@ public:
Value *newPointer = getOperand(pointer, BBMap);
return newPointer;
}
Value *baseAddr = const_cast<Value*>(access.getBaseAddr());
Value *newPointer = getNewAccessOperand(newAccessRelation, baseAddr,
pointer, BBMap);