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:
ffe40aa
)
Fix a comment.
author
Owen Anderson
<resistor@mac.com>
Mon, 23 Jul 2007 21:51:37 +0000
(21:51 +0000)
committer
Owen Anderson
<resistor@mac.com>
Mon, 23 Jul 2007 21:51:37 +0000
(21:51 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@40446
91177308
-0d34-0410-b5e6-
96231b3b80d8
include/llvm/Transforms/Scalar.h
patch
|
blob
|
history
diff --git
a/include/llvm/Transforms/Scalar.h
b/include/llvm/Transforms/Scalar.h
index 59306dceaca387ffee62bb8912948758f3407138..b474552da2bd9821a2161815d5ba7a09a78b54b0 100644
(file)
--- a/
include/llvm/Transforms/Scalar.h
+++ b/
include/llvm/Transforms/Scalar.h
@@
-332,7
+332,7
@@
FunctionPass *createFastDeadStoreEliminationPass();
//===----------------------------------------------------------------------===//
//
-// FastDead
Store
Elimination - This pass deletes loads that are dominated by
+// FastDead
Load
Elimination - This pass deletes loads that are dominated by
// must-aliased loads and are not stored to between the loads.
//
FunctionPass *createFastDeadLoadEliminationPass();