diff options
author | Jim Grosbach <grosbach@apple.com> | 2010-10-08 18:13:57 +0000 |
---|---|---|
committer | Jim Grosbach <grosbach@apple.com> | 2010-10-08 18:13:57 +0000 |
commit | b75d0ca38e09dd8a1a03affc99183b768fd1cbff (patch) | |
tree | e069f70d7ed54eae5d28f49f17621e2f47707655 /llvm/utils/TableGen/ARMDecoderEmitter.cpp | |
parent | 2f0be8f404a2c4edcd933613cb48bc17ba478b43 (diff) | |
download | bcm5719-llvm-b75d0ca38e09dd8a1a03affc99183b768fd1cbff.tar.gz bcm5719-llvm-b75d0ca38e09dd8a1a03affc99183b768fd1cbff.zip |
A few 80 column cleanups
llvm-svn: 116069
Diffstat (limited to 'llvm/utils/TableGen/ARMDecoderEmitter.cpp')
-rw-r--r-- | llvm/utils/TableGen/ARMDecoderEmitter.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/utils/TableGen/ARMDecoderEmitter.cpp b/llvm/utils/TableGen/ARMDecoderEmitter.cpp index 02218c6291d..89b3b8354c9 100644 --- a/llvm/utils/TableGen/ARMDecoderEmitter.cpp +++ b/llvm/utils/TableGen/ARMDecoderEmitter.cpp @@ -801,7 +801,7 @@ void FilterChooser::emitTop(raw_ostream &o, unsigned &Indentation) { o << '\n'; - o.indent(Indentation) << "static uint16_t decodeInstruction(field_t insn) {\n"; + o.indent(Indentation) <<"static uint16_t decodeInstruction(field_t insn) {\n"; ++Indentation; ++Indentation; // Emits code to decode the instructions. |