mirror of
https://github.com/RPCS3/llvm.git
synced 2026-07-20 19:04:10 -04:00
Implement getPassName() for IR printing passes.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@297442 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -629,6 +629,8 @@ namespace {
|
||||
}
|
||||
return false;
|
||||
}
|
||||
|
||||
StringRef getPassName() const override { return "Print CallGraph IR"; }
|
||||
};
|
||||
|
||||
} // end anonymous namespace.
|
||||
|
||||
Reference in New Issue
Block a user