[llvm-commits] [llvm] r133513 - in /llvm/trunk: include/llvm/ include/llvm/Support/ lib/Target/CppBackend/ lib/Transforms/Scalar/ lib/Transforms/Utils/ lib/VMCore/

Eric Christopher echristo at apple.com
Wed Jun 22 11:24:27 PDT 2011


On Jun 21, 2011, at 3:33 AM, Jay Foad wrote:

> Author: foad
> Date: Tue Jun 21 05:33:19 2011
> New Revision: 133513
> 
> URL: http://llvm.org/viewvc/llvm-project?rev=133513&view=rev
> Log:
> Reinstate r133435 and r133449 (reverted in r133499) now that the clang
> self-hosted build failure has been fixed (r133512).
> 

This is causing some additional warnings:

/Developer/usr/local/include/llvm/Instructions.h: In member function 'llvm::BasicBlock* llvm::PHINode::getIncomingBlock(const llvm::Use&) const':
/Developer/usr/local/include/llvm/Instructions.h:1909: warning: implicit conversion shortens 64-bit value into a 32-bit value

To duplicate just turn on conversion warnings, in particular with llvm-gcc -Wshorten-64-to-32, in a file that includes Instructions.h.

Could you get these? Thanks.

-eric



More information about the llvm-commits mailing list