Add missing newlines at EOF (for clang++).

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@91756 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Daniel Dunbar 2009-12-19 04:16:48 +00:00
parent 71f842d7c1
commit 9e6d1d1f50
2 changed files with 2 additions and 2 deletions

View File

@ -194,4 +194,4 @@ public:
} // namespace llvm
#endif
#endif

View File

@ -956,4 +956,4 @@ OperandEncoding RecognizableInstr::opcodeModifierEncodingFromString
errs() << "Unhandled opcode modifier encoding " << s << "\n";
llvm_unreachable("Unhandled opcode modifier encoding");
}
#undef ENCODING
#undef ENCODING