projects
/
platform
/
upstream
/
llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
309a50a
)
Fix typo in comment, NFC
author
Nick Lewycky
<nicholas@mxc.ca>
Wed, 7 Sep 2016 01:49:41 +0000
(
01:49
+0000)
committer
Nick Lewycky
<nicholas@mxc.ca>
Wed, 7 Sep 2016 01:49:41 +0000
(
01:49
+0000)
llvm-svn: 280774
llvm/lib/Transforms/Scalar/EarlyCSE.cpp
patch
|
blob
|
history
diff --git
a/llvm/lib/Transforms/Scalar/EarlyCSE.cpp
b/llvm/lib/Transforms/Scalar/EarlyCSE.cpp
index a1ebd6dc2f39afc3e6c40f61bde41e068b4f89f2..cb02b2cbc7ebb62b6d6b9095f4c0b8cd6002b205 100644
(file)
--- a/
llvm/lib/Transforms/Scalar/EarlyCSE.cpp
+++ b/
llvm/lib/Transforms/Scalar/EarlyCSE.cpp
@@
-340,7
+340,7
@@
private:
};
// Contains all the needed information to create a stack for doing a depth
- // first tra
n
versal of the tree. This includes scopes for values, loads, and
+ // first traversal of the tree. This includes scopes for values, loads, and
// calls as well as the generation. There is a child iterator so that the
// children do not need to be store separately.
class StackNode {