Revert accidental commit.

llvm-svn: 135059
This commit is contained in:
Evan Cheng 2011-07-13 19:09:08 +00:00
parent b94674b325
commit d78e0c22fb
1 changed files with 0 additions and 2 deletions

View File

@ -338,11 +338,9 @@ static int AssembleInput(const char *ProgName) {
formatted_raw_ostream FOS(Out->os());
OwningPtr<MCStreamer> Str;
#if 0
const TargetLoweringObjectFile &TLOF =
TM->getTargetLowering()->getObjFileLowering();
const_cast<TargetLoweringObjectFile&>(TLOF).Initialize(Ctx, *TM);
#endif
OwningPtr<MCInstrInfo> MCII(TheTarget->createMCInstrInfo());
OwningPtr<MCSubtargetInfo>