From: Jim Grosbach Date: Fri, 19 Aug 2011 19:41:46 +0000 (+0000) Subject: Tab characters. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=b86e2dbf61425b195ac5c281e480d9f4414377af;p=oota-llvm.git Tab characters. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@138066 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Target/ARM/ARMInstrFormats.td b/lib/Target/ARM/ARMInstrFormats.td index ef5834b0acf..cf764e92694 100644 --- a/lib/Target/ARM/ARMInstrFormats.td +++ b/lib/Target/ARM/ARMInstrFormats.td @@ -161,7 +161,7 @@ def cc_out : OptionalDefOperand { let EncoderMethod = "getCCOutOpValue"; let PrintMethod = "printSBitModifierOperand"; let ParserMatchClass = CCOutOperand; - let DecoderMethod = "DecodeCCOutOperand"; + let DecoderMethod = "DecodeCCOutOperand"; } // Same as cc_out except it defaults to setting CPSR. @@ -169,7 +169,7 @@ def s_cc_out : OptionalDefOperand { let EncoderMethod = "getCCOutOpValue"; let PrintMethod = "printSBitModifierOperand"; let ParserMatchClass = CCOutOperand; - let DecoderMethod = "DecodeCCOutOperand"; + let DecoderMethod = "DecodeCCOutOperand"; } // ARM special operands for disassembly only.