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:
ef1b62b
)
Fix typo in comment.
author
Brian Gaeke
<gaeke@uiuc.edu>
Tue, 16 Dec 2003 21:55:45 +0000
(21:55 +0000)
committer
Brian Gaeke
<gaeke@uiuc.edu>
Tue, 16 Dec 2003 21:55:45 +0000
(21:55 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@10487
91177308
-0d34-0410-b5e6-
96231b3b80d8
include/llvm/Transforms/IPO.h
patch
|
blob
|
history
diff --git
a/include/llvm/Transforms/IPO.h
b/include/llvm/Transforms/IPO.h
index 80f5a527ab1029478c66fd8898322a1eb25f0488..5094866aacc2553d12d5e9681ddd5931a4678aa1 100644
(file)
--- a/
include/llvm/Transforms/IPO.h
+++ b/
include/llvm/Transforms/IPO.h
@@
-104,7
+104,7
@@
Pass *createInternalizePass();
Pass *createDeadArgEliminationPass();
// DeadArgHacking pass - Same as DAE, but delete arguments of external functions
-// as well. This is defin
a
tely not safe, and should only be used by bugpoint.
+// as well. This is defin
i
tely not safe, and should only be used by bugpoint.
Pass *createDeadArgHackingPass();
//===----------------------------------------------------------------------===//