diff options
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 { |