diff options
author | Eric Christopher <echristo@gmail.com> | 2014-02-26 02:53:18 +0000 |
---|---|---|
committer | Eric Christopher <echristo@gmail.com> | 2014-02-26 02:53:18 +0000 |
commit | f9761a294a50348a00eb242d7cf4f51fd4c893dd (patch) | |
tree | b550187daa9af07c349aa5b635ac143c90bcfdf7 | |
parent | 73ffdb8b3c68ab729c41f8192db1de65f603d6ab (diff) | |
download | bcm5719-llvm-f9761a294a50348a00eb242d7cf4f51fd4c893dd.tar.gz bcm5719-llvm-f9761a294a50348a00eb242d7cf4f51fd4c893dd.zip |
80-col.
llvm-svn: 202221
-rw-r--r-- | llvm/lib/CodeGen/AsmPrinter/AsmPrinterInlineAsm.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/AsmPrinter/AsmPrinterInlineAsm.cpp b/llvm/lib/CodeGen/AsmPrinter/AsmPrinterInlineAsm.cpp index f2813e72c1a..27f009915e6 100644 --- a/llvm/lib/CodeGen/AsmPrinter/AsmPrinterInlineAsm.cpp +++ b/llvm/lib/CodeGen/AsmPrinter/AsmPrinterInlineAsm.cpp @@ -132,7 +132,8 @@ void AsmPrinter::EmitInlineAsm(StringRef Str, const MDNode *LocMDNode, // Preserve a copy of the original STI because the parser may modify it. For // example, when switching between arm and thumb mode. If the target needs to - // emit code to return to the original state it can do so in emitInlineAsmEnd(). + // emit code to return to the original state it can do so in + // emitInlineAsmEnd(). MCSubtargetInfo STIOrig = *STI; OwningPtr<MCTargetAsmParser> |