diff options
author | Daniel Dunbar <daniel@zuster.org> | 2009-12-19 04:16:48 +0000 |
---|---|---|
committer | Daniel Dunbar <daniel@zuster.org> | 2009-12-19 04:16:48 +0000 |
commit | f008ea5fa07387f46d7490ec74bdbf20a0299ca6 (patch) | |
tree | 901832af7c0af3fad126e9641f658d3f8be5ee08 /llvm/utils/TableGen/X86RecognizableInstr.cpp | |
parent | 893d475ba8e76d45d8b690b38e9c32e0800c1cbc (diff) | |
download | bcm5719-llvm-f008ea5fa07387f46d7490ec74bdbf20a0299ca6.tar.gz bcm5719-llvm-f008ea5fa07387f46d7490ec74bdbf20a0299ca6.zip |
Add missing newlines at EOF (for clang++).
llvm-svn: 91756
Diffstat (limited to 'llvm/utils/TableGen/X86RecognizableInstr.cpp')
-rw-r--r-- | llvm/utils/TableGen/X86RecognizableInstr.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/utils/TableGen/X86RecognizableInstr.cpp b/llvm/utils/TableGen/X86RecognizableInstr.cpp index 8a21399e3b2..edc75e63d27 100644 --- a/llvm/utils/TableGen/X86RecognizableInstr.cpp +++ b/llvm/utils/TableGen/X86RecognizableInstr.cpp @@ -956,4 +956,4 @@ OperandEncoding RecognizableInstr::opcodeModifierEncodingFromString errs() << "Unhandled opcode modifier encoding " << s << "\n"; llvm_unreachable("Unhandled opcode modifier encoding"); } -#undef ENCODING
\ No newline at end of file +#undef ENCODING |