diff options
Diffstat (limited to 'lib/CodeGen')
-rw-r--r-- | lib/CodeGen/InstrSelection/InstrSelection.cpp | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/lib/CodeGen/InstrSelection/InstrSelection.cpp b/lib/CodeGen/InstrSelection/InstrSelection.cpp index 9c955eba2d..aac57575cb 100644 --- a/lib/CodeGen/InstrSelection/InstrSelection.cpp +++ b/lib/CodeGen/InstrSelection/InstrSelection.cpp @@ -10,14 +10,6 @@ //*************************************************************************** -//************************** System Include Files **************************/ - -#include <assert.h> -#include <stdio.h> -#include <iostream.h> -#include <bool.h> -#include <string> - //*************************** User Include Files ***************************/ #include "llvm/Method.h" @@ -75,7 +67,7 @@ SelectInstructionsForMethod(Method* method, >= DEBUG_BURG_TREES) { printcover(basicNode, 1, 0); - printf("\nCover cost == %d\n\n", treecost(basicNode, 1, 0)); + cerr << "\nCover cost == " << treecost(basicNode, 1, 0) << "\n\n"; printMatches(basicNode); } |