forked from OSchip/llvm-project
simpleregistercoalescing -> regcoalescing. It's too long for me to handle.
llvm-svn: 40654
This commit is contained in:
parent
0fd893e643
commit
e02b2d7e69
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue