]> granicus.if.org Git - clang/commitdiff
[MC] Undo spurious commit added into r331052.
authorNirav Dave <niravd@google.com>
Fri, 27 Apr 2018 16:16:06 +0000 (16:16 +0000)
committerNirav Dave <niravd@google.com>
Fri, 27 Apr 2018 16:16:06 +0000 (16:16 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@331055 91177308-0d34-0410-b5e6-96231b3b80d8

tools/driver/cc1as_main.cpp

index 372aea07af426e075a13f407412f131f06d7ff48..1c6cc36e6800aed714e890703193f451294d2bc5 100644 (file)
@@ -435,9 +435,6 @@ static bool ExecuteAssembler(AssemblerInvocation &Opts,
     Str.get()->InitSections(Opts.NoExecStack);
   }
 
-  // Use Assembler information for parsing.
-  Str->setUseAssemblerInfoForParsing(true);
-
   bool Failed = false;
 
   std::unique_ptr<MCAsmParser> Parser(