Revert accidental commit.
authorEvan Cheng <evan.cheng@apple.com>
Wed, 13 Jul 2011 19:09:08 +0000 (19:09 +0000)
committerEvan Cheng <evan.cheng@apple.com>
Wed, 13 Jul 2011 19:09:08 +0000 (19:09 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@135059 91177308-0d34-0410-b5e6-96231b3b80d8

tools/llvm-mc/llvm-mc.cpp

index dfda6f700dc138f55edf2b8c971a66c189593888..7fed125e1bfe9f5117258f63265b419afa6e3625 100644 (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>