changes for 64bit gcc

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@2801 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Anand Shukla
2002-06-25 22:07:38 +00:00
parent 60a786e9e9
commit d05e22cb6f
4 changed files with 8 additions and 7 deletions

View File

@@ -49,6 +49,7 @@
#include "llvm/Support/InstVisitor.h"
#include "Support/STLExtras.h"
#include <algorithm>
#include <iostream>
namespace { // Anonymous namespace for class
@@ -76,7 +77,7 @@ namespace { // Anonymous namespace for class
CheckFailed("Function Declaration has Internal Linkage!", I);
if (Broken) {
cerr << "Broken module found, compilation aborted!\n";
std::cerr << "Broken module found, compilation aborted!\n";
abort();
}
return false;