diff options
author | Nick Lewycky <nicholas@mxc.ca> | 2015-01-08 00:47:03 +0000 |
---|---|---|
committer | Nick Lewycky <nicholas@mxc.ca> | 2015-01-08 00:47:03 +0000 |
commit | c99cc196501fcf2c9bbbfbfc6f3a60c20f96b17d (patch) | |
tree | 02037a99ab787246c86bfe604651ba1107e43cf3 | |
parent | ada0adf39661869f5582c624ddfa3a3f68774563 (diff) | |
download | bcm5719-llvm-c99cc196501fcf2c9bbbfbfc6f3a60c20f96b17d.tar.gz bcm5719-llvm-c99cc196501fcf2c9bbbfbfc6f3a60c20f96b17d.zip |
Remove empty statement. No functionality change.
llvm-svn: 225420
-rw-r--r-- | llvm/lib/Analysis/TargetTransformInfo.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/lib/Analysis/TargetTransformInfo.cpp b/llvm/lib/Analysis/TargetTransformInfo.cpp index 8fc1ac67ab3..ef3909b326f 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 |