diff options
author | Alkis Evlogimenos <alkis@evlogimenos.com> | 2004-07-21 17:23:44 +0000 |
---|---|---|
committer | Alkis Evlogimenos <alkis@evlogimenos.com> | 2004-07-21 17:23:44 +0000 |
commit | d03451ef475de49edea840ab95d3d8bf0245f6bd (patch) | |
tree | b7b8ad66b703b0a5a8c71d0aee10c58114abc537 /lib/CodeGen/RegAllocIterativeScan.cpp | |
parent | 53d9a48855a91d2cb35a4ddd7375fe2d82cbeacf (diff) |
Fix analysis name.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@15078 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/RegAllocIterativeScan.cpp')
-rw-r--r-- | lib/CodeGen/RegAllocIterativeScan.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/CodeGen/RegAllocIterativeScan.cpp b/lib/CodeGen/RegAllocIterativeScan.cpp index 3f380aaf9d..9c946a7703 100644 --- a/lib/CodeGen/RegAllocIterativeScan.cpp +++ b/lib/CodeGen/RegAllocIterativeScan.cpp @@ -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 { |