Fix analysis name.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@15078 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Alkis Evlogimenos 2004-07-21 17:23:44 +00:00
parent 53d9a48855
commit d03451ef47

View File

@ -65,7 +65,7 @@ namespace {
public:
virtual const char* getPassName() const {
return "Linear Scan Register Allocator";
return "Iterative Scan Register Allocator";
}
virtual void getAnalysisUsage(AnalysisUsage &AU) const {