aboutsummaryrefslogtreecommitdiffstats
path: root/utils
diff options
context:
space:
mode:
authorDaniel Dunbar <daniel@zuster.org>2009-12-19 04:16:48 +0000
committerDaniel Dunbar <daniel@zuster.org>2009-12-19 04:16:48 +0000
commit05d2a4e402a28e097d8da9d208ce7230484e1c0f (patch)
tree3c097fd2ac5c7a73606f9ffa09ab0206dd1beefd /utils
parent4cb45416d0260a76df63fb5395f3f29a24fd2633 (diff)
downloadexternal_llvm-05d2a4e402a28e097d8da9d208ce7230484e1c0f.zip
external_llvm-05d2a4e402a28e097d8da9d208ce7230484e1c0f.tar.gz
external_llvm-05d2a4e402a28e097d8da9d208ce7230484e1c0f.tar.bz2
Add missing newlines at EOF (for clang++).
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@91756 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'utils')
-rw-r--r--utils/TableGen/X86ModRMFilters.h2
-rw-r--r--utils/TableGen/X86RecognizableInstr.cpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/utils/TableGen/X86ModRMFilters.h b/utils/TableGen/X86ModRMFilters.h
index 4fe4af3..45cb07a 100644
--- a/utils/TableGen/X86ModRMFilters.h
+++ b/utils/TableGen/X86ModRMFilters.h
@@ -194,4 +194,4 @@ public:
} // namespace llvm
-#endif \ No newline at end of file
+#endif
diff --git a/utils/TableGen/X86RecognizableInstr.cpp b/utils/TableGen/X86RecognizableInstr.cpp
index 8a21399..edc75e6 100644
--- a/utils/TableGen/X86RecognizableInstr.cpp
+++ b/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