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 | 1f57bcb1a0a8faa7d6646714d4421e8546decb00 (patch) | |
tree | 3da0400e7b340868ddac5587cefc09e4b8da8a9a /llvm/lib/CodeGen | |
parent | 6eae4ce2b898de6868fbcc9bd55c15e10fbf3014 (diff) | |
download | bcm5719-llvm-1f57bcb1a0a8faa7d6646714d4421e8546decb00.tar.gz bcm5719-llvm-1f57bcb1a0a8faa7d6646714d4421e8546decb00.zip |
Fix indent.
llvm-svn: 163416
Diffstat (limited to 'llvm/lib/CodeGen')
-rw-r--r-- | llvm/lib/CodeGen/AsmPrinter/AsmPrinterInlineAsm.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/lib/CodeGen/AsmPrinter/AsmPrinterInlineAsm.cpp b/llvm/lib/CodeGen/AsmPrinter/AsmPrinterInlineAsm.cpp index 406b4d0cafe..b0818fe6b4d 100644 --- a/llvm/lib/CodeGen/AsmPrinter/AsmPrinterInlineAsm.cpp +++ b/llvm/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. |