simpleregistercoalescing -> regcoalescing. It's too long for me to handle.
authorEvan Cheng <evan.cheng@apple.com>
Tue, 31 Jul 2007 22:37:44 +0000 (22:37 +0000)
committerEvan Cheng <evan.cheng@apple.com>
Tue, 31 Jul 2007 22:37:44 +0000 (22:37 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@40654 91177308-0d34-0410-b5e6-96231b3b80d8

lib/CodeGen/SimpleRegisterCoalescing.cpp

index 4619fd7f4f015824a104a8d73a16fad3fb7e17f9..a928693b97b072d752e4fee6416ca6fd900b7df4 100644 (file)
@@ -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"