mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-01 00:33:09 +00:00
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:
parent
71f842d7c1
commit
9e6d1d1f50
@ -194,4 +194,4 @@ public:
|
|||||||
|
|
||||||
} // namespace llvm
|
} // namespace llvm
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
@ -956,4 +956,4 @@ OperandEncoding RecognizableInstr::opcodeModifierEncodingFromString
|
|||||||
errs() << "Unhandled opcode modifier encoding " << s << "\n";
|
errs() << "Unhandled opcode modifier encoding " << s << "\n";
|
||||||
llvm_unreachable("Unhandled opcode modifier encoding");
|
llvm_unreachable("Unhandled opcode modifier encoding");
|
||||||
}
|
}
|
||||||
#undef ENCODING
|
#undef ENCODING
|
||||||
|
Loading…
Reference in New Issue
Block a user