From: Jonghyun Park Date: Mon, 20 Feb 2017 01:31:43 +0000 (+0900) Subject: Fix formatting error X-Git-Tag: submit/tizen/20210909.063632~11030^2~8018^2~2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=1c5203e03e44a31e98f12796dd328c35caf630e1;p=platform%2Fupstream%2Fdotnet%2Fruntime.git Fix formatting error Commit migrated from https://github.com/dotnet/coreclr/commit/2b21ed84563e545373fa5a91903815c8085096fb --- diff --git a/src/coreclr/src/jit/flowgraph.cpp b/src/coreclr/src/jit/flowgraph.cpp index 132bd67..e143970 100644 --- a/src/coreclr/src/jit/flowgraph.cpp +++ b/src/coreclr/src/jit/flowgraph.cpp @@ -23287,7 +23287,7 @@ void Compiler::fgCloneFinally() BasicBlock* const lastTryBlock = HBtab->ebdTryLast; assert(firstTryBlock->getTryIndex() == XTnum); // TODO: rewrite the following assert to support nested try blocks - //assert(lastTryBlock->getTryIndex() == XTnum); + // assert(lastTryBlock->getTryIndex() == XTnum); BasicBlock* const beforeTryBlock = firstTryBlock->bbPrev; BasicBlock* normalCallFinallyBlock = nullptr;