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:
a0bf794
)
Inherit FunctionPass directly from Pass.
author
Devang Patel
<dpatel@apple.com>
Fri, 26 Jan 2007 00:23:00 +0000
(
00:23
+0000)
committer
Devang Patel
<dpatel@apple.com>
Fri, 26 Jan 2007 00:23:00 +0000
(
00:23
+0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@33513
91177308
-0d34-0410-b5e6-
96231b3b80d8
include/llvm/Pass.h
patch
|
blob
|
history
diff --git
a/include/llvm/Pass.h
b/include/llvm/Pass.h
index d2f717991fa4fa27efaf81684590f7958efe0e21..af15516c72bd982ea602a981ecf2c6944453db7d 100644
(file)
--- a/
include/llvm/Pass.h
+++ b/
include/llvm/Pass.h
@@
-247,7
+247,7
@@
public:
/// 2. Optimizing a function does not cause the addition or removal of any
/// functions in the module
///
-class FunctionPass : public
Module
Pass {
+class FunctionPass : public Pass {
public:
/// doInitialization - Virtual method overridden by subclasses to do
/// any necessary per-module initialization.