summaryrefslogtreecommitdiff
path: root/src/pass.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/pass.h')
-rw-r--r--src/pass.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pass.h b/src/pass.h
index 9352319ad..8d81fce8e 100644
--- a/src/pass.h
+++ b/src/pass.h
@@ -530,7 +530,7 @@ template<typename WalkerType>
class WalkerPass : public Pass, public WalkerType {
protected:
- using super = WalkerPass<WalkerType>;
+ using Super = WalkerPass<WalkerType>;
public:
void run(Module* module) override {