[llvm-commits] [llvm] r129156 - in /llvm/trunk: docs/SourceLevelDebugging.html lib/CodeGen/AsmPrinter/DwarfDebug.cpp test/DebugInfo/array.ll
Devang Patel
dpatel at apple.com
Fri Apr 8 16:44:35 PDT 2011
On Apr 8, 2011, at 4:24 PM, Duncan Sands wrote:
> Hi Devang,
>
>> Is it possible to have an zero element array with lower bound as 27 ? If not then, yes, we can remove this restriction.
>
> it is certainly possible to declare such types in Ada, but it seems that by the
> time it hits the dragonegg plugin this has been changed into a lower bound of 1
> and an upper bound of 0.
In that case we can simplify. Done in r129170.
-
Devang
More information about the llvm-commits
mailing list