diff options
| author | Jim Grosbach <grosbach@apple.com> | 2011-08-19 20:30:19 +0000 |
|---|---|---|
| committer | Jim Grosbach <grosbach@apple.com> | 2011-08-19 20:30:19 +0000 |
| commit | dbb60f960af7c73617c35f59448b402a218e7d31 (patch) | |
| tree | 7fa158f8e14c767a9ccf325b47ac65a1ddee65e0 /llvm/lib | |
| parent | 3f73184d90ce1736fe0755f5dd47b69ef27ddd07 (diff) | |
| download | bcm5719-llvm-dbb60f960af7c73617c35f59448b402a218e7d31.tar.gz bcm5719-llvm-dbb60f960af7c73617c35f59448b402a218e7d31.zip | |
Tidy up. Tab character.
llvm-svn: 138072
Diffstat (limited to 'llvm/lib')
| -rw-r--r-- | llvm/lib/Target/ARM/ARMInstrFormats.td | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Target/ARM/ARMInstrFormats.td b/llvm/lib/Target/ARM/ARMInstrFormats.td index cf764e92694..17a82b1024e 100644 --- a/llvm/lib/Target/ARM/ARMInstrFormats.td +++ b/llvm/lib/Target/ARM/ARMInstrFormats.td @@ -152,7 +152,7 @@ def pred : PredicateOperand<OtherVT, (ops i32imm, CCR), (ops (i32 14), (i32 zero_reg))> { let PrintMethod = "printPredicateOperand"; let ParserMatchClass = CondCodeOperand; - let DecoderMethod = "DecodePredicateOperand"; + let DecoderMethod = "DecodePredicateOperand"; } // Conditional code result for instructions whose 's' bit is set, e.g. subs. |

