diff options
author | Chad Rosier <mcrosier@apple.com> | 2012-09-07 20:23:29 +0000 |
---|---|---|
committer | Chad Rosier <mcrosier@apple.com> | 2012-09-07 20:23:29 +0000 |
commit | 26c5d5f0a93640008ccd01554b9c26e1e42dc892 (patch) | |
tree | 22351dc2189fab2360d9d2b8b454e5b83a817891 /lib/CodeGen/AsmPrinter/AsmPrinterInlineAsm.cpp | |
parent | 1a005cec5a7a0eaa1a43f32c6eaf7ff812e3d382 (diff) |
Fix indent.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@163416 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/AsmPrinter/AsmPrinterInlineAsm.cpp')
-rw-r--r-- | lib/CodeGen/AsmPrinter/AsmPrinterInlineAsm.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/CodeGen/AsmPrinter/AsmPrinterInlineAsm.cpp b/lib/CodeGen/AsmPrinter/AsmPrinterInlineAsm.cpp index 406b4d0caf..b0818fe6b4 100644 --- a/lib/CodeGen/AsmPrinter/AsmPrinterInlineAsm.cpp +++ b/lib/CodeGen/AsmPrinter/AsmPrinterInlineAsm.cpp @@ -411,8 +411,8 @@ void AsmPrinter::PrintSpecial(const MachineInstr *MI, raw_ostream &OS, /// instruction, using the specified assembler variant. Targets should /// override this to format as appropriate. bool AsmPrinter::PrintAsmOperand(const MachineInstr *MI, unsigned OpNo, - unsigned AsmVariant, const char *ExtraCode, - raw_ostream &O) { + unsigned AsmVariant, const char *ExtraCode, + raw_ostream &O) { // Does this asm operand have a single letter operand modifier? if (ExtraCode && ExtraCode[0]) { if (ExtraCode[1] != 0) return true; // Unknown modifier. |