Cedric Venet c2986f3f3a The use of the construct:
for(Type1 B = ...;;) { Type2 B ; ... }
is bad: code is hard to read and VS VS don't like it (it ignore the second declaration of B).
This patch fix the problem in tablegen. Please don't write code like this. 

llvm-svn: 60590
2008-12-05 13:37:30 +00:00
..
2008-11-20 00:11:57 +00:00
2007-12-29 20:37:13 +00:00
2008-12-05 13:37:30 +00:00
2008-04-27 09:44:10 +00:00
2003-10-16 23:46:01 +00:00
2007-12-29 20:37:13 +00:00
2006-08-09 19:40:13 +00:00
2007-12-29 20:37:13 +00:00
2004-03-02 15:54:25 +00:00
2008-08-11 06:12:45 +00:00
2007-12-29 20:37:13 +00:00
2007-07-03 21:57:50 +00:00