From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 30773 invoked by alias); 4 Jun 2007 14:21:13 -0000 Received: (qmail 30764 invoked by uid 22791); 4 Jun 2007 14:21:13 -0000 X-Spam-Check-By: sourceware.org Received: from web27411.mail.ukl.yahoo.com (HELO web27411.mail.ukl.yahoo.com) (217.146.177.187) by sourceware.org (qpsmtpd/0.31) with SMTP; Mon, 04 Jun 2007 14:21:07 +0000 Received: (qmail 22151 invoked by uid 60001); 4 Jun 2007 14:21:04 -0000 Message-ID: <20070604142104.22149.qmail@web27411.mail.ukl.yahoo.com> X-YMail-OSG: iQ308joVM1nqehxLe7SlJEiiBC7XG8uK3Mnt26QYC8odp5w9p8exEWOuc97vOvjaCx8Gcg6YA7k5GwvDmt6mobk- Received: from [202.68.145.230] by web27411.mail.ukl.yahoo.com via HTTP; Mon, 04 Jun 2007 15:21:04 BST Date: Mon, 04 Jun 2007 14:21:00 -0000 From: ranjith kumar Subject: printing "tree" type data To: gcc-help@gcc.gnu.org MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-IsSubscribed: yes Mailing-List: contact gcc-help-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-help-owner@gcc.gnu.org X-SW-Source: 2007-06/txt/msg00032.txt.bz2 Hi, I want to print the last statement(which is of "tree" type) in a given basic block. The last statement of a basic-block pointed by bb can be get by last_stmt(bb); I want to see that instruction. I want to print that statement to a dump file or standard output. Ordinary data types can be printed by fprintf in source code. But how to print "tree" data type? ___________________________________________________________ Yahoo! Mail is the world's favourite email. Don't settle for less, sign up for your free account today http://uk.rd.yahoo.com/evt=44106/*http://uk.docs.yahoo.com/mail/winter07.html