Remove unneccesary #includes
authorChris Lattner <sabre@nondot.org>
Sat, 21 Jul 2001 22:53:35 +0000 (22:53 +0000)
committerChris Lattner <sabre@nondot.org>
Sat, 21 Jul 2001 22:53:35 +0000 (22:53 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@258 91177308-0d34-0410-b5e6-96231b3b80d8

lib/CodeGen/InstrSelection/InstrSelection.cpp
lib/Target/SparcV9/InstrSelection/InstrSelection.cpp

index 9c955eba2d7724b9863ac51b0b45749f97e2e728..aac57575cbd2d268533231c34b5673423c1bd129 100644 (file)
 //***************************************************************************
 
 
-//************************** 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);
        }
       
index 9c955eba2d7724b9863ac51b0b45749f97e2e728..aac57575cbd2d268533231c34b5673423c1bd129 100644 (file)
 //***************************************************************************
 
 
-//************************** 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);
        }