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:
7f9bb6e
)
Rename method
author
Chris Lattner
<sabre@nondot.org>
Sun, 12 Oct 2003 18:52:12 +0000
(18:52 +0000)
committer
Chris Lattner
<sabre@nondot.org>
Sun, 12 Oct 2003 18:52:12 +0000
(18:52 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9055
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/VMCore/Pass.cpp
patch
|
blob
|
history
diff --git
a/lib/VMCore/Pass.cpp
b/lib/VMCore/Pass.cpp
index 998364a5433c8472775f19599fc1d371f5cca067..0d25afc7698e93d451bc336392de8c3ad1c62441 100644
(file)
--- a/
lib/VMCore/Pass.cpp
+++ b/
lib/VMCore/Pass.cpp
@@
-25,7
+25,7
@@
IncludeFile::IncludeFile(void*) {}
static std::vector<const PassInfo*> CFGOnlyAnalyses;
-void RegisterPassBase::set
Preserv
esCFG() {
+void RegisterPassBase::set
OnlyUs
esCFG() {
CFGOnlyAnalyses.push_back(PIObj);
}