From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jeff Garzik Subject: Re: [RFC/PATCH] sparse, llvm: Fix string globals access Date: Sat, 09 Jun 2012 08:08:26 -0400 Message-ID: <4FD33CBA.4010903@garzik.org> References: <1339160327-8534-1-git-send-email-penberg@kernel.org> <4FD240E2.6040003@garzik.org> <35CC6868-F462-4116-A143-81959DA38D5C@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from mail-gg0-f174.google.com ([209.85.161.174]:59351 "EHLO mail-gg0-f174.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751598Ab2FIMI3 (ORCPT ); Sat, 9 Jun 2012 08:08:29 -0400 Received: by gglu4 with SMTP id u4so1807556ggl.19 for ; Sat, 09 Jun 2012 05:08:29 -0700 (PDT) In-Reply-To: Sender: linux-sparse-owner@vger.kernel.org List-Id: linux-sparse@vger.kernel.org To: Pekka Enberg Cc: Xi Wang , linux-sparse@vger.kernel.org, Benjamin Herrenschmidt , Christopher Li , Jeff Garzik , Linus Torvalds On 06/09/2012 07:00 AM, Pekka Enberg wrote: > Jeff, I guess we should do this for output_load() and output_store() > in sparse-llvm.c as well? Yes, that is a definite improvement over the current hackery in output_op_load()