mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-04-03 18:32:50 +00:00
Missed a \n in previous commit.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@97472 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
5c7fc88b55
commit
5520ad4dd9
@ -314,6 +314,7 @@ EmitMatcher(const Matcher *N, unsigned Indent, unsigned CurrentIdx,
|
||||
OS.PadToColumn(Indent*2) << "0, ";
|
||||
if (!OmitComments)
|
||||
OS << "// EndSwitchOpcode";
|
||||
OS << '\n';
|
||||
++CurrentIdx;
|
||||
return CurrentIdx-StartIdx;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user