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
This commit is contained in:
Jakob Stoklund Olesen 2011-01-19 23:14:59 +00:00
parent 92e6939d29
commit fc7d775178

View File

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