]> granicus.if.org Git - llvm/commitdiff
Remove empty statement. No functionality change.
authorNick Lewycky <nicholas@mxc.ca>
Thu, 8 Jan 2015 00:47:03 +0000 (00:47 +0000)
committerNick Lewycky <nicholas@mxc.ca>
Thu, 8 Jan 2015 00:47:03 +0000 (00:47 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@225420 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Analysis/TargetTransformInfo.cpp

index 8fc1ac67ab3086176e44948ab5619abec7153776..ef3909b326f9e3d6ce2427f86cf79ba3c8468c90 100644 (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