diff options
author | Nirav Dave <niravd@google.com> | 2018-04-27 16:16:06 +0000 |
---|---|---|
committer | Nirav Dave <niravd@google.com> | 2018-04-27 16:16:06 +0000 |
commit | 6b01b880129e8102e87b1302315f1a3f7b73a387 (patch) | |
tree | fc2353d7fc0abccc3124d97d094bd73b41c24f45 /llvm/lib/CodeGen/AsmPrinter/AsmPrinterInlineAsm.cpp | |
parent | c3c767bf505ed825a2d90d24560fe7e305cb2ff5 (diff) | |
download | bcm5719-llvm-6b01b880129e8102e87b1302315f1a3f7b73a387.tar.gz bcm5719-llvm-6b01b880129e8102e87b1302315f1a3f7b73a387.zip |
[MC] Undo spurious commit added into r331052.
llvm-svn: 331055
Diffstat (limited to 'llvm/lib/CodeGen/AsmPrinter/AsmPrinterInlineAsm.cpp')
-rw-r--r-- | llvm/lib/CodeGen/AsmPrinter/AsmPrinterInlineAsm.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/llvm/lib/CodeGen/AsmPrinter/AsmPrinterInlineAsm.cpp b/llvm/lib/CodeGen/AsmPrinter/AsmPrinterInlineAsm.cpp index 4159eb19423..04a72ba3d73 100644 --- a/llvm/lib/CodeGen/AsmPrinter/AsmPrinterInlineAsm.cpp +++ b/llvm/lib/CodeGen/AsmPrinter/AsmPrinterInlineAsm.cpp @@ -132,9 +132,6 @@ void AsmPrinter::EmitInlineAsm(StringRef Str, const MCSubtargetInfo &STI, std::unique_ptr<MCAsmParser> Parser( createMCAsmParser(SrcMgr, OutContext, *OutStreamer, *MAI, BufNum)); - // Do not use assembler-level information for parsing inline assembly. - OutStreamer->setUseAssemblerInfoForParsing(false); - // We create a new MCInstrInfo here since we might be at the module level // and not have a MachineFunction to initialize the TargetInstrInfo from and // we only need MCInstrInfo for asm parsing. We create one unconditionally |