mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-10-06 18:17:04 +00:00
make pass name a bit more clear
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@88961 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -1490,7 +1490,7 @@ namespace {
|
|||||||
}
|
}
|
||||||
|
|
||||||
virtual const char *getPassName() const {
|
virtual const char *getPassName() const {
|
||||||
return "ARM Maximal Stack Alignment Calculator";
|
return "ARM Stack Required Alignment Auto-Detector";
|
||||||
}
|
}
|
||||||
|
|
||||||
virtual void getAnalysisUsage(AnalysisUsage &AU) const {
|
virtual void getAnalysisUsage(AnalysisUsage &AU) const {
|
||||||
|
Reference in New Issue
Block a user