[llvm] r225133 - Fix unused variable warning for non-asserts builds. NFC.

Chandler Carruth chandlerc at google.com
Sun Jan 4 15:10:25 PST 2015


On Sun, Jan 4, 2015 at 8:59 AM, David Blaikie <dblaikie at gmail.com> wrote:

> Is that const_cast necessary? You should be able to compare const T* and
> T* just fine without casting away constness...
>
>

No, it was a hold-over to the API of assumptions that I removed. FIxing
this too.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20150104/b09a0294/attachment.html>


More information about the llvm-commits mailing list