From: Evan Cheng Date: Tue, 31 Jul 2007 22:37:44 +0000 (+0000) Subject: simpleregistercoalescing -> regcoalescing. It's too long for me to handle. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=3b1f55ea2412e381e6bf2002066f6ef1f4e24c13;p=oota-llvm.git 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 --- diff --git a/lib/CodeGen/SimpleRegisterCoalescing.cpp b/lib/CodeGen/SimpleRegisterCoalescing.cpp index 4619fd7f4f0..a928693b97b 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"