From: Jakob Stoklund Olesen Date: Wed, 19 Jan 2011 23:14:59 +0000 (+0000) Subject: Divert Hopfield network debug output. It is very noisy. X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=fc7d775178aa890f8bb5e9b1be0bf675dc7d29f4;p=oota-llvm.git Divert Hopfield network debug output. It is very noisy. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@123859 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/CodeGen/SpillPlacement.cpp b/lib/CodeGen/SpillPlacement.cpp index cda2742e4a6..ee92a59c9bc 100644 --- a/lib/CodeGen/SpillPlacement.cpp +++ b/lib/CodeGen/SpillPlacement.cpp @@ -27,7 +27,7 @@ // //===----------------------------------------------------------------------===// -#define DEBUG_TYPE "regalloc" +#define DEBUG_TYPE "spillplacement" #include "SpillPlacement.h" #include "llvm/CodeGen/EdgeBundles.h" #include "llvm/CodeGen/LiveIntervalAnalysis.h"