mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-08 21:32:39 +00:00
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
This commit is contained in:
parent
b95f9d565f
commit
3b1f55ea24
@ -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…
x
Reference in New Issue
Block a user