1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 11:02:59 +02:00

Divert Hopfield network debug output. It is very noisy.

llvm-svn: 123859
This commit is contained in:
Jakob Stoklund Olesen 2011-01-19 23:14:59 +00:00
parent c47bd85657
commit 69294ae8d7

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"