Remove empty statement. No functionality change.

llvm-svn: 225420
This commit is contained in:
Nick Lewycky 2015-01-08 00:47:03 +00:00
parent ada0adf396
commit c99cc19650
1 changed files with 0 additions and 1 deletions

View File

@ -219,7 +219,6 @@ unsigned TargetTransformInfo::getMemoryOpCost(unsigned Opcode, Type *Src,
unsigned Alignment,
unsigned AddressSpace) const {
return PrevTTI->getMemoryOpCost(Opcode, Src, Alignment, AddressSpace);
;
}
unsigned