[llvm-commits] Patch to remove a SelectionDAG warning

Joe Abbey jabbey at arxan.com
Mon Oct 17 10:40:36 PDT 2011


GCC 4.6 shows another warning on llvm-x86_64-ubuntu:

http://lab.llvm.org:8011/builders/llvm-x86_64-ubuntu/builds/68/steps/compile/logs/warnings%20%283%29<http://lab.llvm.org:8011/builders/llvm-x86_64-ubuntu/builds/68/steps/compile/logs/warnings%20(3)>

LegalizeVectorOps.cpp:353:7: warning: variable ‘EltVT’ set but not used [-Wunused-but-set-variable]


The attached patch addresses the warning.

It's possible that the code removed had some future purpose.

Joe Abbey
Software Architect
Arxan Technologies, Inc.
1305 Cumberland Ave, Ste 215
West Lafayette, IN 47906
jabbey at arxan.com<mailto:jabbey at arxan.com>
www.arxan.com
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20111017/c56f7db0/attachment.html>
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: SelectionDAG_warnings.txt
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20111017/c56f7db0/attachment.txt>


More information about the llvm-commits mailing list