Change errs() to dbgs().

llvm-svn: 92659
This commit is contained in:
David Greene 2010-01-05 01:30:00 +00:00
parent f701473f9f
commit 3652f2aeb6
1 changed files with 0 additions and 1 deletions

View File

@ -17,7 +17,6 @@
#include "llvm/Instructions.h"
#include "llvm/Operator.h"
#include "llvm/Support/Debug.h"
#include "llvm/Support/ErrorHandling.h"
#include "llvm/Support/raw_ostream.h"
#include <map>