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:
4f7a4bc
)
fix typo; NFC
author
Sanjay Patel
<spatel@rotateright.com>
Mon, 27 Jul 2015 23:43:09 +0000
(23:43 +0000)
committer
Sanjay Patel
<spatel@rotateright.com>
Mon, 27 Jul 2015 23:43:09 +0000
(23:43 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@243351
91177308
-0d34-0410-b5e6-
96231b3b80d8
include/llvm/Target/TargetLowering.h
patch
|
blob
|
history
diff --git
a/include/llvm/Target/TargetLowering.h
b/include/llvm/Target/TargetLowering.h
index 4412d9b3c68e34fbd6072d8294ebf8d53a7e5233..c72e7ae4fb58a557ab5fc901a7ac0535b42fb34f 100644
(file)
--- a/
include/llvm/Target/TargetLowering.h
+++ b/
include/llvm/Target/TargetLowering.h
@@
-1993,7
+1993,7
@@
protected:
unsigned MaxStoresPerMemmove;
/// Maximum number of store instructions that may be substituted for a call to
- /// memmove, used for functions with OpSize attribute.
+ /// memmove, used for functions with Op
t
Size attribute.
unsigned MaxStoresPerMemmoveOptSize;
/// Tells the code generator that select is more expensive than a branch if