projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e081880
)
Remove empty statement. No functionality change.
author
Nick Lewycky
<nicholas@mxc.ca>
Thu, 8 Jan 2015 00:47:03 +0000
(
00:47
+0000)
committer
Nick 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
patch
|
blob
|
history
diff --git
a/lib/Analysis/TargetTransformInfo.cpp
b/lib/Analysis/TargetTransformInfo.cpp
index 8fc1ac67ab3086176e44948ab5619abec7153776..ef3909b326f9e3d6ce2427f86cf79ba3c8468c90 100644
(file)
--- a/
lib/Analysis/TargetTransformInfo.cpp
+++ b/
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