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:
Jim Grosbach 2009-11-16 21:03:58 +00:00
parent 21b8bddea5
commit 074fb0252d

View File

@ -1490,7 +1490,7 @@ namespace {
}
virtual const char *getPassName() const {
return "ARM Maximal Stack Alignment Calculator";
return "ARM Stack Required Alignment Auto-Detector";
}
virtual void getAnalysisUsage(AnalysisUsage &AU) const {