aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEvan Cheng <evan.cheng@apple.com>2007-07-31 22:37:44 +0000
committerEvan Cheng <evan.cheng@apple.com>2007-07-31 22:37:44 +0000
commit6e9f623df05d40beff1f8b3743d2907802a1d097 (patch)
tree724a66b86f46aacf373d37398bf5760cc2f93b78
parente3951d027a5162ecb700accfcd0d8514327e454b (diff)
downloadexternal_llvm-6e9f623df05d40beff1f8b3743d2907802a1d097.tar.gz
external_llvm-6e9f623df05d40beff1f8b3743d2907802a1d097.tar.bz2
external_llvm-6e9f623df05d40beff1f8b3743d2907802a1d097.zip
simpleregistercoalescing -> regcoalescing. It's too long for me to handle.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@40654 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--lib/CodeGen/SimpleRegisterCoalescing.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/CodeGen/SimpleRegisterCoalescing.cpp b/lib/CodeGen/SimpleRegisterCoalescing.cpp
index 4619fd7f4f..a928693b97 100644
--- a/lib/CodeGen/SimpleRegisterCoalescing.cpp
+++ b/lib/CodeGen/SimpleRegisterCoalescing.cpp
@@ -12,7 +12,7 @@
//
//===----------------------------------------------------------------------===//
-#define DEBUG_TYPE "simpleregistercoalescing"
+#define DEBUG_TYPE "regcoalescing"
#include "llvm/CodeGen/SimpleRegisterCoalescing.h"
#include "llvm/CodeGen/LiveIntervalAnalysis.h"
#include "VirtRegMap.h"