aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Analysis/TargetTransformInfo.cpp
diff options
context:
space:
mode:
authorNick Lewycky <nicholas@mxc.ca>2015-01-08 00:47:03 +0000
committerNick Lewycky <nicholas@mxc.ca>2015-01-08 00:47:03 +0000
commitc99cc196501fcf2c9bbbfbfc6f3a60c20f96b17d (patch)
tree02037a99ab787246c86bfe604651ba1107e43cf3 /llvm/lib/Analysis/TargetTransformInfo.cpp
parentada0adf39661869f5582c624ddfa3a3f68774563 (diff)
downloadllvm-c99cc196501fcf2c9bbbfbfc6f3a60c20f96b17d.zip
llvm-c99cc196501fcf2c9bbbfbfc6f3a60c20f96b17d.tar.gz
llvm-c99cc196501fcf2c9bbbfbfc6f3a60c20f96b17d.tar.bz2
Remove empty statement. No functionality change.
llvm-svn: 225420
Diffstat (limited to 'llvm/lib/Analysis/TargetTransformInfo.cpp')
-rw-r--r--llvm/lib/Analysis/TargetTransformInfo.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/lib/Analysis/TargetTransformInfo.cpp b/llvm/lib/Analysis/TargetTransformInfo.cpp
index 8fc1ac6..ef3909b 100644
--- a/llvm/lib/Analysis/TargetTransformInfo.cpp
+++ b/llvm/lib/Analysis/TargetTransformInfo.cpp
@@ -219,7 +219,6 @@ unsigned TargetTransformInfo::getMemoryOpCost(unsigned Opcode, Type *Src,
unsigned Alignment,
unsigned AddressSpace) const {
return PrevTTI->getMemoryOpCost(Opcode, Src, Alignment, AddressSpace);
- ;
}
unsigned