From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 13479 invoked by alias); 19 Aug 2007 00:03:23 -0000 Received: (qmail 13326 invoked by uid 22791); 19 Aug 2007 00:03:21 -0000 X-Spam-Check-By: sourceware.org Received: from py-out-1112.google.com (HELO py-out-1112.google.com) (64.233.166.178) by sourceware.org (qpsmtpd/0.31) with ESMTP; Sun, 19 Aug 2007 00:03:19 +0000 Received: by py-out-1112.google.com with SMTP id a29so1753461pyi for ; Sat, 18 Aug 2007 17:03:16 -0700 (PDT) Received: by 10.142.254.8 with SMTP id b8mr249950wfi.1187481796283; Sat, 18 Aug 2007 17:03:16 -0700 (PDT) Received: by 10.142.81.5 with HTTP; Sat, 18 Aug 2007 17:03:16 -0700 (PDT) Message-ID: Date: Sun, 19 Aug 2007 01:32:00 -0000 From: "Andrew Pinski" To: "GCC Patches" Subject: [PATCH] Add comments in front of some functions in tree-pretty-print.c MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="----=_Part_147871_21561050.1187481796245" X-IsSubscribed: yes Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org X-SW-Source: 2007-08/txt/msg01203.txt.bz2 ------=_Part_147871_21561050.1187481796245 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline Content-length: 422 Hi, I noticed (after the review of my patch to add dumping functions for affine), that the three debug_* functions in tree-pretty-print.c did not have a comment in front of them. This patch adds a comment to all of those three functions. OK? Thanks, Andrew Pinski ChangeLog: * tree-pretty-print.c (debug_generic_expr): Add a comment about the function. (debug_generic_stmt): Likewise. (debug_tree_chain): Likewise. ------=_Part_147871_21561050.1187481796245 Content-Type: text/plain; name="addcomments.diff.txt" Content-Transfer-Encoding: base64 Content-Disposition: attachment; filename="addcomments.diff.txt" X-Attachment-Id: f_y8woa7 Content-length: 993 SW5kZXg6IHRyZWUtcHJldHR5LXByaW50LmMKPT09PT09PT09PT09PT09PT09 PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09 PT09PQotLS0gdHJlZS1wcmV0dHktcHJpbnQuYwkocmV2aXNpb24gMTI3NjE0 KQorKysgdHJlZS1wcmV0dHktcHJpbnQuYwkod29ya2luZyBjb3B5KQpAQCAt ODQsNiArODQsOCBAQCBkb19uaXkgKHByZXR0eV9wcmludGVyICpidWZmZXIs IHRyZWUgbm9kCiAgIHBwX3N0cmluZyAoYnVmZmVyLCAiID4+PlxuIik7CiB9 CiAKKy8qIERlYnVnZ2luZyBmdW5jdGlvbiB0byBwcmludCBvdXQgYSBnZW5l cmljIGV4cHJlc3Npb24uICAqLworCiB2b2lkCiBkZWJ1Z19nZW5lcmljX2V4 cHIgKHRyZWUgdCkKIHsKQEAgLTkxLDYgKzkzLDggQEAgZGVidWdfZ2VuZXJp Y19leHByICh0cmVlIHQpCiAgIGZwcmludGYgKHN0ZGVyciwgIlxuIik7CiB9 CiAKKy8qIERlYnVnZ2luZyBmdW5jdGlvbiB0byBwcmludCBvdXQgYSBnZW5l cmljIHN0YXRlbWVudC4gICovCisKIHZvaWQKIGRlYnVnX2dlbmVyaWNfc3Rt dCAodHJlZSB0KQogewpAQCAtOTgsNiArMTAyLDggQEAgZGVidWdfZ2VuZXJp Y19zdG10ICh0cmVlIHQpCiAgIGZwcmludGYgKHN0ZGVyciwgIlxuIik7CiB9 CiAKKy8qIERlYnVnZ2luZyBmdW5jdGlvbiB0byBwcmludCBvdXQgYSBjaGFp biBvZiB0cmVlcyAuICAqLworCiB2b2lkCiBkZWJ1Z190cmVlX2NoYWluICh0 cmVlIHQpCiB7Cg== ------=_Part_147871_21561050.1187481796245--