From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 7879) id EA41D3858D28; Thu, 21 Jul 2022 10:52:30 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org EA41D3858D28 Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: Filip Kastl To: gcc-cvs@gcc.gnu.org Subject: [gcc(refs/users/pheeck/heads/sccp)] add /rocnikovy-projekt-specifikace.txt X-Act-Checkin: gcc X-Git-Author: Filip Kastl X-Git-Refname: refs/users/pheeck/heads/sccp X-Git-Oldrev: 25ca4c0949b22b70a8b135afe03a2723c61d8a6f X-Git-Newrev: 2586c2fc0fdafcf5d3ed95a3b7c8723d626f4f00 Message-Id: <20220721105230.EA41D3858D28@sourceware.org> Date: Thu, 21 Jul 2022 10:52:30 +0000 (GMT) X-BeenThere: gcc-cvs@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gcc-cvs mailing list List-Unsubscribe: , List-Archive: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Jul 2022 10:52:31 -0000 https://gcc.gnu.org/g:2586c2fc0fdafcf5d3ed95a3b7c8723d626f4f00 commit 2586c2fc0fdafcf5d3ed95a3b7c8723d626f4f00 Author: Filip Kastl Date: Thu Jul 21 12:52:20 2022 +0200 add /rocnikovy-projekt-specifikace.txt Diff: --- gcc/sccp.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gcc/sccp.cc b/gcc/sccp.cc index 0310cce3ca2..0b32287317b 100644 --- a/gcc/sccp.cc +++ b/gcc/sccp.cc @@ -19,7 +19,7 @@ You should have received a copy of the GNU General Public License along with GCC; see the file COPYING3. If not see . */ -// TODO Procistit includes +// TODO Clean up includes #include "config.h" #include "system.h" @@ -58,7 +58,7 @@ along with GCC; see the file COPYING3. If not see #include "tree-ssa-propagate.h" #include "gimple-fold.h" -/* Variable from Tarjan's SCC algorithm */ +/* Variable from Tarjan's SCC algorithm. */ struct vertex { bool visited;