simpleregistercoalescing -> regcoalescing. It's too long for me to handle.

llvm-svn: 40654
This commit is contained in:
Evan Cheng 2007-07-31 22:37:44 +00:00
parent 0fd893e643
commit e02b2d7e69
1 changed files with 1 additions and 1 deletions

View File

@ -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"