[llvm-commits] [llvm] r61980 - in /llvm/trunk: lib/Transforms/Scalar/InstructionCombining.cpp test/Transforms/InstCombine/bitcast-gep.ll

Duncan Sands baldrick at free.fr
Sun Jan 11 12:17:48 PST 2009


> > It seems rather weird that if you declare an object of type [0 x  
> > {int, int}] then a GEP 0, 0, 1 will point outside the object...
> 
> Consider (trailing) flexible array members.

Good point, thanks!

Ciao,

Duncan.



More information about the llvm-commits mailing list