commit | 376dcbd6c2c7adb8281f89d045b307eee7bd682a | [log] [tgz] |
---|---|---|
author | Jakob Stoklund Olesen <stoklund@2pi.dk> | Wed Nov 03 20:39:23 2010 +0000 |
committer | Jakob Stoklund Olesen <stoklund@2pi.dk> | Wed Nov 03 20:39:23 2010 +0000 |
tree | 123fbc5525b254c891a4326e1420c1116118bc86 | |
parent | e5b13cfdd0fc6529f8e2b3704ccaf20369aec486 [diff] [blame] |
Tag debug output as regalloc git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@118193 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/CodeGen/InlineSpiller.cpp b/lib/CodeGen/InlineSpiller.cpp index 61103bf..0e157ac 100644 --- a/lib/CodeGen/InlineSpiller.cpp +++ b/lib/CodeGen/InlineSpiller.cpp
@@ -12,7 +12,7 @@ // //===----------------------------------------------------------------------===// -#define DEBUG_TYPE "spiller" +#define DEBUG_TYPE "regalloc" #include "Spiller.h" #include "LiveRangeEdit.h" #include "SplitKit.h"