1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2025-01-31 20:51:52 +01:00

Remove unneccesary #includes

llvm-svn: 258
This commit is contained in:
Chris Lattner 2001-07-21 22:53:35 +00:00
parent 846fdcd762
commit 56bd9d029e

View File

@ -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);
}