projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b95f9d5
)
simpleregistercoalescing -> regcoalescing. It's too long for me to handle.
author
Evan Cheng
<evan.cheng@apple.com>
Tue, 31 Jul 2007 22:37:44 +0000
(22:37 +0000)
committer
Evan 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
patch
|
blob
|
history
diff --git
a/lib/CodeGen/SimpleRegisterCoalescing.cpp
b/lib/CodeGen/SimpleRegisterCoalescing.cpp
index 4619fd7f4f015824a104a8d73a16fad3fb7e17f9..a928693b97b072d752e4fee6416ca6fd900b7df4 100644
(file)
--- a/
lib/CodeGen/SimpleRegisterCoalescing.cpp
+++ b/
lib/CodeGen/SimpleRegisterCoalescing.cpp
@@
-12,7
+12,7
@@
//
//===----------------------------------------------------------------------===//
-#define DEBUG_TYPE "
simpleregister
coalescing"
+#define DEBUG_TYPE "
reg
coalescing"
#include "llvm/CodeGen/SimpleRegisterCoalescing.h"
#include "llvm/CodeGen/LiveIntervalAnalysis.h"
#include "VirtRegMap.h"