Go to file
Dan Gohman c59ba42b0f Fix a bug in the over-index constant folding. When over-indexing an
array member of a struct, it's possible to land in an arbitrary position
inside that struct, such that attempting to find further getelementptr
indices will fail. In such cases, folding cannot be done.

llvm-svn: 79485
2009-08-19 22:46:59 +00:00
clang Removed unneeded code for break/continue statements in 2009-08-19 21:10:38 +00:00
compiler-rt Add support for ellcc, Credit to Richard Pennington. 2009-08-18 11:54:44 +00:00
llvm Fix a bug in the over-index constant folding. When over-indexing an 2009-08-19 22:46:59 +00:00