commit | 4cc662b0ef29bd0201e49a841e0c3a8acaa3753e | [log] [tgz] |
---|---|---|
author | Chris Lattner <sabre@nondot.org> | Sun Aug 03 21:47:31 2003 +0000 |
committer | Chris Lattner <sabre@nondot.org> | Sun Aug 03 21:47:31 2003 +0000 |
tree | a1643cbaf86ee08a687e561638be1ce7fcbb2177 | |
parent | cb5335877804fe9e555be8955314935f35c26f30 [diff] [blame] |
Set debug types git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7533 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/CodeGen/RegAllocSimple.cpp b/lib/CodeGen/RegAllocSimple.cpp index 4d286d9..cb08986 100644 --- a/lib/CodeGen/RegAllocSimple.cpp +++ b/lib/CodeGen/RegAllocSimple.cpp
@@ -7,6 +7,7 @@ // //===----------------------------------------------------------------------===// +#define DEBUG_TYPE "regalloc" #include "llvm/CodeGen/Passes.h" #include "llvm/CodeGen/MachineFunctionPass.h" #include "llvm/CodeGen/MachineInstr.h"