Revert patch.

llvm-svn: 33298
This commit is contained in:
Bill Wendling
2007-01-17 09:06:13 +00:00
parent 7629b78c50
commit 38ee6519b7
16 changed files with 338 additions and 603 deletions

View File

@@ -13,7 +13,6 @@
#include "llvm/Target/TargetAsmInfo.h"
#include "llvm/Target/TargetMachine.h"
#include "llvm/Target/TargetObjInfo.h"
#include "llvm/Target/TargetOptions.h"
#include "llvm/Support/CommandLine.h"
using namespace llvm;
@@ -105,7 +104,6 @@ namespace {
TargetMachine::~TargetMachine() {
delete AsmInfo;
delete ObjInfo;
}
/// getRelocationModel - Returns the code generation relocation model. The