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:
Torok Edwin 2010-03-01 19:00:55 +00:00
parent 5c7fc88b55
commit 5520ad4dd9

View File

@ -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;
}