From patchwork Mon Apr 8 20:01:29 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Steven Bosscher X-Patchwork-Id: 234879 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from sourceware.org (server1.sourceware.org [209.132.180.131]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "localhost", Issuer "www.qmailtoaster.com" (not verified)) by ozlabs.org (Postfix) with ESMTPS id DFFF62C0095 for ; Tue, 9 Apr 2013 06:02:30 +1000 (EST) DomainKey-Signature: a=rsa-sha1; c=nofws; d=gcc.gnu.org; h=list-id :list-unsubscribe:list-archive:list-post:list-help:sender :mime-version:from:date:message-id:subject:to:content-type; q= dns; s=default; b=YeVKh5MgfDJXTxzBdeqk9Sewmv7MssAOefg+I6i2q/o3qT axV5Dq+8N6gRPf6JqhQ74S6moxiSZwRQeCTfnyrXYGoWQlSsgBDJP0KY0Rywc8u2 qV5+1r4j7rIEZsXGpPWd0B2myEFhiEq47o15GFpOTWNkWE/fLOYOHVpPBJcKM= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=gcc.gnu.org; h=list-id :list-unsubscribe:list-archive:list-post:list-help:sender :mime-version:from:date:message-id:subject:to:content-type; s= default; bh=THdI+Em9WUVvnX4CkV46KExfK0k=; b=RmV5/PPd0ulzM15v+gvU PVa1kU/99XGcx1oPFpjQqMpqTP3AfZpZeEa+YRvp1vNzjWDcdZ69w5glUndlhuqH 2sp9AbAQ/h9q145eSA4gocEJkW5+zCl5jBkAKNpdFPLVedIEOWsnL4FHSWIGe59O zDTB/5E0uwmkkT90Zq9ZQs0= Received: (qmail 15264 invoked by alias); 8 Apr 2013 20:02:13 -0000 Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org Delivered-To: mailing list gcc-patches@gcc.gnu.org Received: (qmail 15184 invoked by uid 89); 8 Apr 2013 20:02:13 -0000 X-Spam-SWARE-Status: No, score=-4.4 required=5.0 tests=AWL, BAYES_00, FREEMAIL_FROM, KHOP_RCVD_TRUST, RCVD_IN_DNSWL_LOW, RCVD_IN_HOSTKARMA_YE autolearn=ham version=3.3.1 Received: from mail-vc0-f174.google.com (HELO mail-vc0-f174.google.com) (209.85.220.174) by sourceware.org (qpsmtpd/0.84/v0.84-167-ge50287c) with ESMTP; Mon, 08 Apr 2013 20:02:12 +0000 Received: by mail-vc0-f174.google.com with SMTP id kw10so2981093vcb.5 for ; Mon, 08 Apr 2013 13:02:10 -0700 (PDT) X-Received: by 10.58.76.3 with SMTP id g3mr13631139vew.58.1365451330157; Mon, 08 Apr 2013 13:02:10 -0700 (PDT) MIME-Version: 1.0 Received: by 10.58.240.13 with HTTP; Mon, 8 Apr 2013 13:01:29 -0700 (PDT) From: Steven Bosscher Date: Mon, 8 Apr 2013 22:01:29 +0200 Message-ID: Subject: [patch] obvious: remove REG_EH_CONTEXT note To: GCC Patches Remnants of the RTL inliner... Committed as obvious. * reg-notes.def (REG_EH_CONTEXT): Remove unused note. --- trunk/gcc/reg-notes.def 2013/04/08 19:36:43 197610 +++ trunk/gcc/reg-notes.def 2013/04/08 19:59:57 197611 @@ -172,11 +172,6 @@ the rest of the compiler as a CALL_INSN. */ REG_NOTE (CFA_FLUSH_QUEUE) -/* Indicates that REG holds the exception context for the function. - This context is shared by inline functions, so the code to acquire - the real exception context is delayed until after inlining. */ -REG_NOTE (EH_CONTEXT) - /* Indicates what exception region an INSN belongs in. This is used to indicate what region to which a call may throw. REGION 0 indicates that a call cannot throw at all. REGION -1 indicates