forked from OSchip/llvm-project
Add missing newlines at EOF (for clang++).
llvm-svn: 91756
This commit is contained in:
parent
893d475ba8
commit
f008ea5fa0
|
@ -194,4 +194,4 @@ public:
|
|||
|
||||
} // namespace llvm
|
||||
|
||||
#endif
|
||||
#endif
|
||||
|
|
|
@ -956,4 +956,4 @@ OperandEncoding RecognizableInstr::opcodeModifierEncodingFromString
|
|||
errs() << "Unhandled opcode modifier encoding " << s << "\n";
|
||||
llvm_unreachable("Unhandled opcode modifier encoding");
|
||||
}
|
||||
#undef ENCODING
|
||||
#undef ENCODING
|
||||
|
|
Loading…
Reference in New Issue