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:
fdd13f6
)
Fix spelling of `tendency'.
author
Misha Brukman
<brukman+llvm@gmail.com>
Fri, 13 Feb 2004 16:23:14 +0000
(16:23 +0000)
committer
Misha Brukman
<brukman+llvm@gmail.com>
Fri, 13 Feb 2004 16:23:14 +0000
(16:23 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@11378
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 b50d1884ce79aac3695f4416803c51726ca82895..59ff8f2121e626c9f53416cb8e8b089e45688d10 100644
(file)
--- a/
include/llvm/Transforms/Scalar.h
+++ b/
include/llvm/Transforms/Scalar.h
@@
-117,7
+117,7
@@
Pass *createIndVarSimplifyPass();
//===----------------------------------------------------------------------===//
//
// InstructionCombining - Combine instructions to form fewer, simple
-// instructions. This pass does not modify the CFG, and has a tend
a
ncy to
+// instructions. This pass does not modify the CFG, and has a tend
e
ncy to
// make instructions dead, so a subsequent DCE pass is useful.
//
// This pass combines things like: