diff options
author | Jim Grosbach <grosbach@apple.com> | 2011-08-19 19:41:46 +0000 |
---|---|---|
committer | Jim Grosbach <grosbach@apple.com> | 2011-08-19 19:41:46 +0000 |
commit | 9c92049069b437999ac4f39f4dc03c705e50304e (patch) | |
tree | 683a8bfe42145b1d42eb46572f72885172918203 /llvm | |
parent | 1eb6eb09558fdf49cf0d95102ad45755383d24eb (diff) | |
download | bcm5719-llvm-9c92049069b437999ac4f39f4dc03c705e50304e.tar.gz bcm5719-llvm-9c92049069b437999ac4f39f4dc03c705e50304e.zip |
Tab characters.
llvm-svn: 138066
Diffstat (limited to 'llvm')
-rw-r--r-- | llvm/lib/Target/ARM/ARMInstrFormats.td | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/lib/Target/ARM/ARMInstrFormats.td b/llvm/lib/Target/ARM/ARMInstrFormats.td index ef5834b0acf..cf764e92694 100644 --- a/llvm/lib/Target/ARM/ARMInstrFormats.td +++ b/llvm/lib/Target/ARM/ARMInstrFormats.td @@ -161,7 +161,7 @@ def cc_out : OptionalDefOperand<OtherVT, (ops CCR), (ops (i32 zero_reg))> { 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<OtherVT, (ops CCR), (ops (i32 CPSR))> { let EncoderMethod = "getCCOutOpValue"; let PrintMethod = "printSBitModifierOperand"; let ParserMatchClass = CCOutOperand; - let DecoderMethod = "DecodeCCOutOperand"; + let DecoderMethod = "DecodeCCOutOperand"; } // ARM special operands for disassembly only. |