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:
2662d55
)
revert the addition of Preverves(CallGraph), per Duncan's comments
author
Nuno Lopes
<nunoplopes@sapo.pt>
Wed, 1 Oct 2008 09:13:40 +0000
(09:13 +0000)
committer
Nuno Lopes
<nunoplopes@sapo.pt>
Wed, 1 Oct 2008 09:13:40 +0000
(09:13 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@56917
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/Transforms/IPO/Internalize.cpp
patch
|
blob
|
history
diff --git
a/lib/Transforms/IPO/Internalize.cpp
b/lib/Transforms/IPO/Internalize.cpp
index 4a30e1443f8360e5afc5a98d600feac6955bebf3..47fe5fe85ad3b31969119e76273a4b03effe046d 100644
(file)
--- a/
lib/Transforms/IPO/Internalize.cpp
+++ b/
lib/Transforms/IPO/Internalize.cpp
@@
-14,7
+14,6
@@
//===----------------------------------------------------------------------===//
#define DEBUG_TYPE "internalize"
-#include "llvm/Analysis/CallGraph.h"
#include "llvm/Transforms/IPO.h"
#include "llvm/Pass.h"
#include "llvm/Module.h"
@@
-56,7
+55,6
@@
namespace {
virtual void getAnalysisUsage(AnalysisUsage &AU) const {
AU.setPreservesCFG();
- AU.addPreserved<CallGraph>();
}
};
} // end anonymous namespace