Changes for 64bit gcc

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@2797 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Anand Shukla
2002-06-25 21:43:28 +00:00
parent e6f74a9ce8
commit 63aaa11506
5 changed files with 33 additions and 17 deletions

View File

@ -30,6 +30,9 @@
#include "Support/Signals.h"
#include <fstream>
#include <memory>
#include <iostream>
using std::cerr;
// FIXME: This should be parameterizable eventually for different target
// types...
@ -100,7 +103,6 @@ struct {
{ trace , createTraceValuesPassForBasicBlocks },
{ tracem , createTraceValuesPassForFunction },
{ paths , createProfilePathsPass },
{ print , createPrintFunctionPass },
{ printm , createPrintModulePass },
{ verify , createVerifierPass },