From 1c5203e03e44a31e98f12796dd328c35caf630e1 Mon Sep 17 00:00:00 2001 From: Jonghyun Park Date: Mon, 20 Feb 2017 10:31:43 +0900 Subject: [PATCH] Fix formatting error Commit migrated from https://github.com/dotnet/coreclr/commit/2b21ed84563e545373fa5a91903815c8085096fb --- src/coreclr/src/jit/flowgraph.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.7.4