forked from OSchip/llvm-project
Remove empty statement. No functionality change.
llvm-svn: 225420
This commit is contained in:
parent
ada0adf396
commit
c99cc19650
|
@ -219,7 +219,6 @@ unsigned TargetTransformInfo::getMemoryOpCost(unsigned Opcode, Type *Src,
|
|||
unsigned Alignment,
|
||||
unsigned AddressSpace) const {
|
||||
return PrevTTI->getMemoryOpCost(Opcode, Src, Alignment, AddressSpace);
|
||||
;
|
||||
}
|
||||
|
||||
unsigned
|
||||
|
|
Loading…
Reference in New Issue