diff options
author | Evan Cheng <evan.cheng@apple.com> | 2007-07-31 22:37:44 +0000 |
---|---|---|
committer | Evan Cheng <evan.cheng@apple.com> | 2007-07-31 22:37:44 +0000 |
commit | 3b1f55ea2412e381e6bf2002066f6ef1f4e24c13 (patch) | |
tree | 724a66b86f46aacf373d37398bf5760cc2f93b78 /lib/CodeGen | |
parent | b95f9d565f51a431449a2ae60211aa0e07709c6c (diff) |
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
Diffstat (limited to 'lib/CodeGen')
-rw-r--r-- | lib/CodeGen/SimpleRegisterCoalescing.cpp | 2 |
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" |