diff options
Diffstat (limited to 'include/llvm/Pass.h')
-rw-r--r-- | include/llvm/Pass.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/Pass.h b/include/llvm/Pass.h index 955d9a0..896839e 100644 --- a/include/llvm/Pass.h +++ b/include/llvm/Pass.h @@ -387,7 +387,7 @@ public: void pop(); inline PMDataManager *top() { return S.back(); } - void push(Pass *P); + void push(PMDataManager *PM); inline bool empty() { return S.empty(); } void dump(); |