aboutsummaryrefslogtreecommitdiffstats
path: root/lib/CodeGen/AsmPrinter/AsmPrinterInlineAsm.cpp
diff options
context:
space:
mode:
authorEric Christopher <echristo@gmail.com>2013-06-24 23:20:02 +0000
committerEric Christopher <echristo@gmail.com>2013-06-24 23:20:02 +0000
commitfdfc81f142b3870c757bb9f06e440e843cb3a57f (patch)
tree797108aa589eb90f3533084f79cabd8e11783844 /lib/CodeGen/AsmPrinter/AsmPrinterInlineAsm.cpp
parentafbe0e266cc3bcb6dcb318166f4a2f998cefd9b1 (diff)
downloadexternal_llvm-fdfc81f142b3870c757bb9f06e440e843cb3a57f.tar.gz
external_llvm-fdfc81f142b3870c757bb9f06e440e843cb3a57f.tar.bz2
external_llvm-fdfc81f142b3870c757bb9f06e440e843cb3a57f.zip
80-column and tab character fixes.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@184792 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/AsmPrinter/AsmPrinterInlineAsm.cpp')
-rw-r--r--lib/CodeGen/AsmPrinter/AsmPrinterInlineAsm.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/CodeGen/AsmPrinter/AsmPrinterInlineAsm.cpp b/lib/CodeGen/AsmPrinter/AsmPrinterInlineAsm.cpp
index abfa330fa2..d8e9c95ad7 100644
--- a/lib/CodeGen/AsmPrinter/AsmPrinterInlineAsm.cpp
+++ b/lib/CodeGen/AsmPrinter/AsmPrinterInlineAsm.cpp
@@ -213,7 +213,7 @@ static void EmitMSInlineAsmStr(const char *AsmStr, const MachineInstr *MI,
} else {
unsigned OpFlags = MI->getOperand(OpNo).getImm();
++OpNo; // Skip over the ID number.
-
+
if (InlineAsm::isMemKind(OpFlags)) {
Error = AP->PrintAsmMemoryOperand(MI, OpNo, InlineAsmVariant,
/*Modifier*/ 0, OS);