[llvm-commits] [llvm] r68156 - in /llvm/trunk/lib/Bitcode/Reader: BitcodeReader.cpp BitcodeReader.h
Chris Lattner
clattner at apple.com
Tue Mar 31 17:35:22 PDT 2009
On Mar 31, 2009, at 5:09 PM, Misha Brukman wrote:
> On Tue, Mar 31, 2009 at 6:55 PM, Chris Lattner <sabre at nondot.org>
> wrote:
> =
> =
> =
> =
> =
> =
> =
> =
> ======================================================================
> --- llvm/trunk/lib/Bitcode/Reader/BitcodeReader.cpp (original)
> +++ llvm/trunk/lib/Bitcode/Reader/BitcodeReader.cpp Tue Mar 31
> 17:55:09 2009
> @@ -146,64 +146,67 @@
>
>
> /// Provide fast operand accessors
> - DECLARE_TRANSPARENT_OPERAND_ACCESSORS(Value);
> + //DECLARE_TRANSPARENT_OPERAND_ACCESSORS(Value);
>
> Chris,
>
> Did you mean to delete this line?
Actually, I meant to ask Gabor about it, thanks!
Gabor, that line causes a warning when I left it in... should it stay
or should it go? What is your opinion?
-Chris
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20090331/af037308/attachment.html>
More information about the llvm-commits
mailing list