summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/SimpleRegisterCoalescing.cpp
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
commite02b2d7e69d8c3f36f0600992b168df729ac64ae (patch)
tree8fd2dbbadd11c189b87ab57fb497ccc5370f211a /llvm/lib/CodeGen/SimpleRegisterCoalescing.cpp
parent0fd893e643ff0ed7065b18d391cfd82f9d478821 (diff)
downloadbcm5719-llvm-e02b2d7e69d8c3f36f0600992b168df729ac64ae.tar.gz
bcm5719-llvm-e02b2d7e69d8c3f36f0600992b168df729ac64ae.zip
simpleregistercoalescing -> regcoalescing. It's too long for me to handle.
llvm-svn: 40654
Diffstat (limited to 'llvm/lib/CodeGen/SimpleRegisterCoalescing.cpp')
-rw-r--r--llvm/lib/CodeGen/SimpleRegisterCoalescing.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/SimpleRegisterCoalescing.cpp b/llvm/lib/CodeGen/SimpleRegisterCoalescing.cpp
index 4619fd7f4f0..a928693b97b 100644
--- a/llvm/lib/CodeGen/SimpleRegisterCoalescing.cpp
+++ b/llvm/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"
OpenPOWER on IntegriCloud