diff options
| author | Chris Lattner <sabre@nondot.org> | 2001-07-21 22:53:35 +0000 |
|---|---|---|
| committer | Chris Lattner <sabre@nondot.org> | 2001-07-21 22:53:35 +0000 |
| commit | eb68f3263c7c76c57223012f0011bd3014df86b6 (patch) | |
| tree | 831d1e5e76de952ab169db31ef431fee30ccb214 /llvm/lib/CodeGen | |
| parent | 293e80559c64d24d51390f9412d434515664ed4b (diff) | |
| download | bcm5719-llvm-eb68f3263c7c76c57223012f0011bd3014df86b6.tar.gz bcm5719-llvm-eb68f3263c7c76c57223012f0011bd3014df86b6.zip | |
Remove unneccesary #includes
llvm-svn: 258
Diffstat (limited to 'llvm/lib/CodeGen')
| -rw-r--r-- | llvm/lib/CodeGen/InstrSelection/InstrSelection.cpp | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/llvm/lib/CodeGen/InstrSelection/InstrSelection.cpp b/llvm/lib/CodeGen/InstrSelection/InstrSelection.cpp index 9c955eba2d7..aac57575cbd 100644 --- a/llvm/lib/CodeGen/InstrSelection/InstrSelection.cpp +++ b/llvm/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); } |

