From: Amaury Sechet Date: Mon, 23 Jan 2017 15:13:01 +0000 (+0000) Subject: Tweak ASCII art in Simplify CFG. NFC X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e6b387f02df5cdcdd880326562b1cbf36f124bbc;p=llvm Tweak ASCII art in Simplify CFG. NFC git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@292792 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Transforms/Utils/SimplifyCFG.cpp b/lib/Transforms/Utils/SimplifyCFG.cpp index 6e30919246c..cb1492f424a 100644 --- a/lib/Transforms/Utils/SimplifyCFG.cpp +++ b/lib/Transforms/Utils/SimplifyCFG.cpp @@ -1691,7 +1691,7 @@ static bool SinkThenElseCodeToEnd(BranchInst *BI1) { // / \ // [f(1)] [if] // | | \ - // | | \ + // | | | // | [f(2)]| // \ | / // [ end ]