From e02b2d7e69d8c3f36f0600992b168df729ac64ae Mon Sep 17 00:00:00 2001 From: Evan Cheng Date: Tue, 31 Jul 2007 22:37:44 +0000 Subject: simpleregistercoalescing -> regcoalescing. It's too long for me to handle. llvm-svn: 40654 --- llvm/lib/CodeGen/SimpleRegisterCoalescing.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'llvm/lib/CodeGen/SimpleRegisterCoalescing.cpp') 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" -- cgit v1.2.3