summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Christopher <echristo@gmail.com>2014-02-26 02:53:18 +0000
committerEric Christopher <echristo@gmail.com>2014-02-26 02:53:18 +0000
commit8e6d6670a6d623531bdf0559b27612733121dab0 (patch)
tree5d214443444ea85a3cfab4b999dbea77b842e63d
parent717116f1d2cbfb0e633371ba66a19deb0f3785cd (diff)
downloadllvm-8e6d6670a6d623531bdf0559b27612733121dab0.tar.gz
llvm-8e6d6670a6d623531bdf0559b27612733121dab0.tar.bz2
llvm-8e6d6670a6d623531bdf0559b27612733121dab0.tar.xz
80-col.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@202221 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--lib/CodeGen/AsmPrinter/AsmPrinterInlineAsm.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/CodeGen/AsmPrinter/AsmPrinterInlineAsm.cpp b/lib/CodeGen/AsmPrinter/AsmPrinterInlineAsm.cpp
index f2813e72c1..27f009915e 100644
--- a/lib/CodeGen/AsmPrinter/AsmPrinterInlineAsm.cpp
+++ b/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>