In codegen:
authorRodrigo Kumpera <kumpera@gmail.com>
Mon, 31 Dec 2007 14:35:05 +0000 (14:35 -0000)
committerRodrigo Kumpera <kumpera@gmail.com>
Mon, 31 Dec 2007 14:35:05 +0000 (14:35 -0000)
commit12829754cf73e561c3a7412273931b5d19394299
treecd9af49cb8cfe573264affc4c2d0d1e8184d63c5
parent4405429b17390168a7ada0d46b970b29a183eeee
In codegen:
2007-12-31  Rodrigo Kumpera  <rkumpera@novell.com>

* SwitchInstr.cs (Emit): Switch from using strings
to LabelInfo.

In parser:
2007-12-31  Rodrigo Kumpera  <rkumpera@novell.com>
* ILParser.jay: Create LabelInfo instances for switch labels,
this allows the code generator to spot invalid labels.
Fixes #350480.

svn path=/trunk/mcs/; revision=92061
mcs/ilasm/codegen/ChangeLog
mcs/ilasm/codegen/SwitchInstr.cs
mcs/ilasm/parser/ChangeLog
mcs/ilasm/parser/ILParser.jay