Added lexer and parser support for the extractelement operation.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@25177 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/AsmParser/Lexer.cpp b/lib/AsmParser/Lexer.cpp
index 9b01224..c063a60 100644
--- a/lib/AsmParser/Lexer.cpp
+++ b/lib/AsmParser/Lexer.cpp
@@ -308,32 +308,32 @@
 	*yy_cp = '\0'; \
 	yy_c_buf_p = yy_cp;
 
-#define YY_NUM_RULES 101
-#define YY_END_OF_BUFFER 102
-static yyconst short int yy_acclist[179] =
+#define YY_NUM_RULES 102
+#define YY_END_OF_BUFFER 103
+static yyconst short int yy_acclist[180] =
     {   0,
-      102,  100,  101,   99,  100,  101,   99,  101,  100,  101,
-      100,  101,  100,  101,  100,  101,  100,  101,  100,  101,
-       92,  100,  101,   92,  100,  101,    1,  100,  101,  100,
-      101,  100,  101,  100,  101,  100,  101,  100,  101,  100,
-      101,  100,  101,  100,  101,  100,  101,  100,  101,  100,
-      101,  100,  101,  100,  101,  100,  101,  100,  101,  100,
-      101,  100,  101,  100,  101,  100,  101,  100,  101,  100,
-      101,   91,   89,   88,   88,   95,   93,   97,   92,    1,
-       77,   34,   59,   20,   91,   88,   88,   96,   97,   17,
-       97,   98,   53,   58,   30,   35,   56,    3,   44,   55,
+      103,  101,  102,  100,  101,  102,  100,  102,  101,  102,
+      101,  102,  101,  102,  101,  102,  101,  102,  101,  102,
+       93,  101,  102,   93,  101,  102,    1,  101,  102,  101,
+      102,  101,  102,  101,  102,  101,  102,  101,  102,  101,
+      102,  101,  102,  101,  102,  101,  102,  101,  102,  101,
+      102,  101,  102,  101,  102,  101,  102,  101,  102,  101,
+      102,  101,  102,  101,  102,  101,  102,  101,  102,  101,
+      102,   92,   90,   89,   89,   96,   94,   98,   93,    1,
+       77,   34,   59,   20,   92,   89,   89,   97,   98,   17,
+       98,   99,   53,   58,   30,   35,   56,    3,   44,   55,
 
-       22,   67,   57,   76,   71,   72,   54,   60,   90,   97,
-       97,   39,   68,   69,   84,   85,   46,   19,   94,   23,
-        4,   51,   45,   38,   11,   97,   32,    2,    5,   48,
+       22,   67,   57,   76,   71,   72,   54,   60,   91,   98,
+       98,   39,   68,   69,   84,   85,   46,   19,   95,   23,
+        4,   51,   45,   38,   11,   98,   32,    2,    5,   48,
        50,   40,   62,   66,   64,   65,   63,   61,   42,   86,
        41,   47,   18,   74,   83,   37,   49,   27,   21,   36,
         7,   79,   29,   82,   52,   70,   78,   24,   25,   80,
        43,   75,   73,    6,   26,   33,    8,   14,    9,   10,
-       31,   12,   28,   81,   87,   13,   15,   16
+       31,   12,   28,   81,   87,   13,   88,   15,   16
     } ;
 
-static yyconst short int yy_accept[406] =
+static yyconst short int yy_accept[417] =
     {   0,
         1,    1,    1,    2,    4,    7,    9,   11,   13,   15,
        17,   19,   21,   24,   27,   30,   32,   34,   36,   38,
@@ -358,28 +358,29 @@
       110,  111,  111,  111,  111,  112,  112,  112,  112,  112,
 
       113,  114,  115,  115,  115,  115,  115,  115,  115,  115,
-      115,  115,  115,  115,  116,  116,  116,  116,  116,  116,
-      116,  116,  116,  117,  118,  118,  119,  119,  119,  120,
+      115,  115,  115,  115,  115,  116,  116,  116,  116,  116,
+      116,  116,  116,  116,  117,  118,  118,  119,  119,  119,
       120,  120,  120,  120,  120,  120,  120,  120,  120,  120,
-      121,  121,  121,  122,  123,  123,  124,  124,  124,  124,
-      124,  124,  124,  124,  124,  124,  125,  125,  126,  126,
-      127,  128,  128,  128,  129,  129,  129,  129,  129,  129,
-      129,  129,  129,  130,  130,  131,  131,  131,  131,  131,
-      131,  132,  132,  132,  132,  132,  132,  133,  133,  133,
-      134,  135,  136,  137,  138,  139,  140,  141,  141,  141,
+      120,  121,  121,  121,  122,  123,  123,  124,  124,  124,
+      124,  124,  124,  124,  124,  124,  124,  125,  125,  126,
+      126,  127,  128,  128,  128,  129,  129,  129,  129,  129,
+      129,  129,  129,  129,  129,  130,  130,  131,  131,  131,
+      131,  131,  131,  132,  132,  132,  132,  132,  132,  133,
+      133,  133,  134,  135,  136,  137,  138,  139,  140,  141,
 
-      141,  142,  143,  144,  144,  144,  144,  144,  144,  145,
-      145,  145,  145,  146,  146,  147,  147,  147,  147,  148,
-      149,  150,  150,  151,  151,  152,  152,  152,  153,  153,
-      154,  155,  156,  156,  156,  157,  158,  159,  160,  160,
-      160,  161,  162,  163,  164,  164,  164,  164,  164,  165,
-      166,  166,  166,  166,  166,  166,  166,  167,  167,  167,
-      167,  167,  167,  168,  169,  169,  169,  170,  171,  171,
-      171,  171,  172,  172,  173,  173,  173,  173,  173,  173,
-      173,  173,  173,  173,  173,  173,  173,  173,  173,  174,
-      174,  175,  175,  175,  175,  175,  175,  176,  176,  177,
+      141,  141,  141,  142,  143,  144,  144,  144,  144,  144,
+      144,  145,  145,  145,  145,  146,  146,  147,  147,  147,
+      147,  148,  149,  150,  150,  150,  151,  151,  152,  152,
+      152,  153,  153,  154,  155,  156,  156,  156,  157,  158,
+      159,  160,  160,  160,  161,  162,  163,  164,  164,  164,
+      164,  164,  165,  166,  166,  166,  166,  166,  166,  166,
+      166,  167,  167,  167,  167,  167,  167,  168,  169,  169,
+      169,  169,  170,  171,  171,  171,  171,  172,  172,  173,
+      173,  173,  173,  173,  173,  173,  173,  173,  173,  173,
+      173,  173,  173,  173,  173,  173,  173,  174,  174,  175,
 
-      177,  178,  178,  179,  179
+      175,  175,  175,  175,  175,  175,  175,  176,  176,  177,
+      177,  178,  179,  179,  180,  180
     } ;
 
 static yyconst int yy_ec[256] =
@@ -423,105 +424,107 @@
         3
     } ;
 
-static yyconst short int yy_base[410] =
+static yyconst short int yy_base[421] =
     {   0,
-        0,    0,  850,  851,  851,  851,  845,  836,   34,   36,
+        0,    0,  872,  873,  873,  873,  867,  858,   34,   36,
        38,   42,   46,   50,    0,   51,   54,   53,   56,   61,
        76,   77,   79,   80,   82,   83,   84,   90,   31,  111,
-       94,  140,  113,   55,  110,  116,  843,  851,  834,  851,
+       94,  140,  113,   55,  110,  116,  865,  873,  856,  873,
         0,  128,  131,  144,  150,  124,  160,  167,  172,    0,
-      136,  139,  168,  100,   41,  145,  114,  833,  173,  183,
+      136,  139,  168,  100,   41,  145,  114,  855,  173,  183,
       184,  185,  161,  187,  189,  191,  193,  133,  194,  196,
       200,  202,  205,  206,  209,  217,   89,  210,  213,  216,
-       57,  832,  207,  224,  223,  227,  229,  233,  243,  235,
-      238,  242,  247,  831,  249,  250,  251,  259,  245,  267,
+       57,  854,  207,  224,  223,  227,  229,  233,  243,  235,
+      238,  242,  247,  853,  249,  250,  251,  259,  245,  267,
 
-      265,  266,  272,  281,  274,  278,  830,    0,  291,  293,
-      829,  305,  311,    0,  828,  241,  282,  827,  312,  284,
-      826,  298,  301,  294,  825,  315,  318,  319,  320,  824,
+      265,  266,  272,  281,  274,  278,  852,    0,  291,  293,
+      851,  305,  311,    0,  850,  241,  282,  849,  312,  284,
+      848,  298,  301,  294,  847,  315,  318,  319,  320,  846,
       322,  324,  327,  329,  325,  326,  339,  332,  333,  345,
-      331,  343,  330,  350,  353,  354,  355,  357,  356,  823,
-      822,  358,  360,  821,  361,  820,  819,  383,  364,  372,
-      365,  394,  818,  362,  817,  375,  816,  376,  369,  397,
-      379,  401,  404,  400,  402,  407,  406,  412,  417,  414,
-      416,  428,  418,  421,  432,  431,  435,  815,  419,  851,
-      443,  449,  452,  455,  458,  443,  459,  461,  462,  814,
+      331,  343,  330,  353,  354,  355,  356,  358,  357,  845,
+      844,  359,  360,  843,  365,  842,  841,  385,  363,  366,
+      361,  396,  840,  376,  839,  377,  838,  379,  385,  399,
+      401,  403,  406,  381,  408,  409,  414,  416,  418,  417,
+      419,  424,  421,  425,  367,  435,  422,  837,  428,  873,
+      440,  449,  452,  454,  457,  441,  459,  460,  461,  836,
 
-      813,  812,  463,  464,  467,  468,  465,  469,  471,  473,
-      475,  476,  477,  811,  482,  486,  489,  485,  488,  492,
-      420,  493,  810,  809,  495,  808,  496,  499,    0,  501,
-      503,  504,  505,  509,  512,  514,  515,  517,  524,  807,
-      519,  527,  806,  805,  530,  804,  529,  533,  534,  536,
-      537,  544,  545,  546,  548,  803,  549,  802,  550,  553,
-      801,  553,  556,  800,  555,  568,  559,  561,  560,  570,
-      571,  574,  799,  576,  798,  577,  578,  579,  581,  588,
-      797,  582,  592,  589,  600,  602,  796,  585,  584,  795,
-      794,  793,  792,  791,  790,  789,  788,  604,  590,  605,
+      835,  834,  462,  463,  465,  467,  464,  468,  471,  472,
+      476,  474,  475,  484,  833,  485,  487,  488,  489,  491,
+      494,  495,  496,  832,  831,  498,  830,  499,  501,    0,
+      503,  502,  514,  506,  508,  518,  519,  520,  525,  522,
+      829,  530,  532,  828,  827,  533,  826,  535,  538,  536,
+      540,  537,  544,  550,  551,  552,  825,  553,  824,  555,
+      558,  823,  558,  559,  822,  566,  564,  560,  572,  561,
+      574,  575,  577,  580,  821,  582,  820,  583,  584,  585,
+      586,  588,  819,  590,  593,  604,  596,  600,  818,  595,
+      606,  817,  816,  815,  814,  813,  812,  811,  810,  608,
 
-      787,  786,  785,  606,  608,  610,  612,  617,  784,  619,
-      620,  621,  783,  623,  782,  622,  625,  624,  781,  780,
-      779,  626,  778,  627,  777,  632,  640,  776,  630,  775,
-      774,  773,  644,  647,  772,  771,  770,  769,  648,  650,
-      768,  765,  756,  755,  651,  654,  652,  649,  753,  752,
-      653,  670,  656,  659,  671,  655,  751,  658,  676,  675,
-      660,  678,  750,  749,  682,  685,  748,  747,  687,  686,
-      688,  746,  690,  745,  691,  692,  693,  696,  695,  702,
-      698,  704,  706,  705,  711,  713,  712,  716,  744,  721,
-      739,  718,  719,  723,  724,  725,  738,  726,  737,  733,
+      610,  612,  809,  808,  807,  614,  615,  616,  617,  619,
+      806,  618,  623,  625,  805,  626,  804,  627,  634,  628,
+      803,  802,  801,  646,  631,  800,  632,  799,  638,  652,
+      798,  649,  797,  796,  795,  645,  653,  794,  793,  792,
+      791,  655,  659,  790,  789,  786,  777,  658,  661,  660,
+      662,  776,  774,  663,  667,  672,  665,  664,  675,  669,
+      772,  683,  687,  680,  686,  690,  771,  770,  693,  694,
+      695,  769,  767,  697,  698,  696,  765,  699,  764,  705,
+      700,  715,  703,  704,  706,  719,  722,  707,  716,  725,
+      727,  728,  729,  731,  730,  733,  762,  736,  760,  735,
 
-      657,  736,  422,  851,  769,  771,  379,  775,  375
+      741,  742,  743,  747,  749,  750,  759,  751,  752,  757,
+      635,  504,  754,  432,  873,  790,  792,  382,  796,  380
     } ;
 
-static yyconst short int yy_def[410] =
+static yyconst short int yy_def[421] =
     {   0,
-      404,    1,  404,  404,  404,  404,  405,  406,  407,  404,
-      406,  406,  406,  406,  408,  406,  406,  406,  406,  406,
-      406,  406,  406,  406,  406,  406,  406,  406,  406,  406,
-      406,  406,  406,  406,  406,  406,  405,  404,  406,  404,
-      409,  409,  404,  404,  406,  406,  406,  406,  406,  408,
-      406,  406,  406,  406,  406,  406,  406,  406,  406,  406,
-      406,  406,  406,  406,  406,  406,  406,  406,  406,  406,
-      406,  406,  406,  406,  406,  406,  406,  406,  406,  406,
-      406,  406,  406,  406,  406,  406,  406,  406,  406,  406,
-      406,  406,  406,  406,  406,  406,  406,  406,  406,  406,
+      415,    1,  415,  415,  415,  415,  416,  417,  418,  415,
+      417,  417,  417,  417,  419,  417,  417,  417,  417,  417,
+      417,  417,  417,  417,  417,  417,  417,  417,  417,  417,
+      417,  417,  417,  417,  417,  417,  416,  415,  417,  415,
+      420,  420,  415,  415,  417,  417,  417,  417,  417,  419,
+      417,  417,  417,  417,  417,  417,  417,  417,  417,  417,
+      417,  417,  417,  417,  417,  417,  417,  417,  417,  417,
+      417,  417,  417,  417,  417,  417,  417,  417,  417,  417,
+      417,  417,  417,  417,  417,  417,  417,  417,  417,  417,
+      417,  417,  417,  417,  417,  417,  417,  417,  417,  417,
 
-      406,  406,  406,  406,  406,  406,  404,  409,  409,  404,
-      406,  406,  406,   49,  406,  406,  406,  406,  406,  406,
-      406,  406,  406,  406,  406,  406,  406,  406,  406,  406,
-      406,  406,  406,  406,  406,  406,  406,  406,  406,  406,
-      406,  406,  406,  406,  406,  406,  406,  406,  406,  406,
-      406,  406,  406,  406,  406,  406,  406,   49,  406,  406,
-      406,  406,  406,  406,  406,  406,  406,  406,  406,  406,
-      406,  406,  406,  406,  406,  406,  406,  406,  406,  406,
-      406,  406,  406,  406,  406,  406,  406,  406,  406,  404,
-      404,  404,  404,  406,  406,  406,  406,  406,  406,  406,
+      417,  417,  417,  417,  417,  417,  415,  420,  420,  415,
+      417,  417,  417,   49,  417,  417,  417,  417,  417,  417,
+      417,  417,  417,  417,  417,  417,  417,  417,  417,  417,
+      417,  417,  417,  417,  417,  417,  417,  417,  417,  417,
+      417,  417,  417,  417,  417,  417,  417,  417,  417,  417,
+      417,  417,  417,  417,  417,  417,  417,   49,  417,  417,
+      417,  417,  417,  417,  417,  417,  417,  417,  417,  417,
+      417,  417,  417,  417,  417,  417,  417,  417,  417,  417,
+      417,  417,  417,  417,  417,  417,  417,  417,  417,  415,
+      415,  415,  415,  417,  417,  417,  417,  417,  417,  417,
 
-      406,  406,  406,  406,  406,  406,  406,  406,  406,  406,
-      406,  406,  406,  406,  406,  406,  406,  406,  406,  406,
-      406,  406,  406,  406,  406,  406,  406,  406,  158,  406,
-      406,  406,  406,  406,  406,  406,  406,  406,  406,  406,
-      406,  406,  406,  406,  406,  406,  406,  406,  406,  406,
-      406,  406,  406,  406,  406,  406,  406,  406,  406,  404,
-      406,  406,  406,  406,  406,  406,  406,  406,  406,  406,
-      406,  406,  406,  406,  406,  406,  406,  406,  406,  406,
-      406,  406,  406,  406,  406,  406,  406,  406,  406,  406,
-      406,  406,  406,  406,  406,  406,  406,  406,  406,  406,
+      417,  417,  417,  417,  417,  417,  417,  417,  417,  417,
+      417,  417,  417,  417,  417,  417,  417,  417,  417,  417,
+      417,  417,  417,  417,  417,  417,  417,  417,  417,  158,
+      417,  417,  417,  417,  417,  417,  417,  417,  417,  417,
+      417,  417,  417,  417,  417,  417,  417,  417,  417,  417,
+      417,  417,  417,  417,  417,  417,  417,  417,  417,  417,
+      415,  417,  417,  417,  417,  417,  417,  417,  417,  417,
+      417,  417,  417,  417,  417,  417,  417,  417,  417,  417,
+      417,  417,  417,  417,  417,  417,  417,  417,  417,  417,
+      417,  417,  417,  417,  417,  417,  417,  417,  417,  417,
 
-      406,  406,  406,  406,  406,  406,  406,  406,  406,  406,
-      406,  406,  406,  406,  406,  406,  406,  406,  406,  406,
-      406,  406,  406,  406,  406,  406,  406,  406,  406,  406,
-      406,  406,  406,  406,  406,  406,  406,  406,  406,  406,
-      406,  406,  406,  406,  406,  406,  406,  406,  406,  406,
-      406,  406,  406,  406,  406,  406,  406,  406,  406,  406,
-      406,  406,  406,  406,  406,  406,  406,  406,  406,  406,
-      406,  406,  406,  406,  406,  406,  406,  406,  406,  406,
-      406,  406,  406,  406,  406,  406,  406,  406,  406,  406,
-      406,  406,  406,  406,  406,  406,  406,  406,  406,  406,
+      417,  417,  417,  417,  417,  417,  417,  417,  417,  417,
+      417,  417,  417,  417,  417,  417,  417,  417,  417,  417,
+      417,  417,  417,  417,  417,  417,  417,  417,  417,  417,
+      417,  417,  417,  417,  417,  417,  417,  417,  417,  417,
+      417,  417,  417,  417,  417,  417,  417,  417,  417,  417,
+      417,  417,  417,  417,  417,  417,  417,  417,  417,  417,
+      417,  417,  417,  417,  417,  417,  417,  417,  417,  417,
+      417,  417,  417,  417,  417,  417,  417,  417,  417,  417,
+      417,  417,  417,  417,  417,  417,  417,  417,  417,  417,
+      417,  417,  417,  417,  417,  417,  417,  417,  417,  417,
 
-      406,  406,  406,    0,  404,  404,  404,  404,  404
+      417,  417,  417,  417,  417,  417,  417,  417,  417,  417,
+      417,  417,  417,  417,    0,  415,  415,  415,  415,  415
     } ;
 
-static yyconst short int yy_nxt[893] =
+static yyconst short int yy_nxt[915] =
     {   0,
         4,    5,    6,    7,    8,    9,   10,   11,   12,   13,
        14,    4,   15,    8,    8,    8,   16,   17,   18,   19,
@@ -561,70 +564,72 @@
       195,  195,   40,   40,  200,  113,   40,  201,  202,   40,
        40,   40,  198,   40,  203,   40,   40,   40,   40,  207,
        40,   40,   40,   40,   40,  205,  206,  209,  208,  210,
-       40,  204,  214,  215,   40,  213,   40,  217,  211,  219,
-      212,   40,  216,  218,   40,   40,   40,   40,   40,   40,
-      220,   40,   40,   40,  223,   40,   40,  108,  221,  224,
-       40,   41,  225,   40,  226,  232,   40,   40,  222,  228,
-       40,  227,  229,  229,  237,  240,  229,  229,  230,  229,
+       40,  204,  215,  216,   40,  214,   40,  218,  212,  220,
+      213,  211,  217,  219,   40,   40,   40,   40,   40,   40,
+       40,   40,   40,  221,   40,  224,   40,   40,   40,  222,
+      225,  233,  108,  226,   41,  227,  257,   40,   40,  223,
+       40,  228,   40,  229,  230,  230,   40,  231,  230,  230,
 
-      229,  229,  229,  229,  229,   40,  231,  238,   40,  242,
-      239,   40,   40,   40,  233,   40,  234,   40,   40,  241,
-      235,  243,  236,   40,  244,   40,  248,   40,   40,   40,
-       40,   40,   40,   40,  245,  247,  246,  250,  251,   40,
-      249,  255,   40,   40,  253,  252,   40,  257,  259,  282,
-      254,  256,  191,  191,   40,  193,  193,  192,  260,  260,
-      258,  260,  260,  192,  195,  195,   40,  195,  195,   40,
-       40,  261,   40,   40,   40,   40,   40,  262,   40,   40,
-       40,  265,   40,  267,   40,  270,   40,   40,   40,  263,
-      264,  269,  268,   40,  274,  273,   40,   40,  266,   40,
+      232,  230,  230,  230,  230,  230,  230,   40,  238,  239,
+       40,  241,   40,  240,   40,  246,  234,   40,  235,   40,
+       40,  242,  236,  244,  237,   40,  245,   40,   40,   40,
+       40,  243,   40,   40,  249,   40,   40,  248,  251,   40,
+      254,  252,  247,   40,  250,  256,   40,  259,  253,  191,
+      191,  258,   40,  255,  192,  193,  193,  260,  261,  261,
+      192,  261,  261,  195,  195,   40,  195,  195,   40,  262,
+       40,   40,   40,   40,   40,   40,   40,  263,   40,   40,
+      266,  268,   40,   40,  271,   40,   40,   40,  264,  265,
+      270,  269,  274,  276,  275,   40,   40,  267,   40,   40,
 
-       40,  271,  277,   40,   40,  272,   40,   40,  276,  278,
-       40,  275,   40,  280,   40,   40,   40,  279,  281,  283,
-       40,  287,  289,   40,  284,   40,   40,  288,   40,  291,
-       40,  285,  293,  286,  295,   40,  290,  297,   40,  299,
-       40,   40,  298,  292,   40,   40,  294,   40,   40,  296,
-      301,  302,  305,  300,  303,   40,   40,   40,  304,   40,
-       40,   40,  260,  260,   40,  306,   40,   40,  309,  313,
-       40,   40,   40,  315,  312,  314,  307,  308,  318,   40,
-      319,   40,   40,  311,  316,   40,  310,   40,   40,   40,
-       40,  317,   40,   40,  323,   40,   40,  324,  320,   40,
+       40,  272,   40,  279,  273,   40,   40,   40,  280,   40,
+       40,  278,   40,   40,   40,   40,  282,   40,  277,   40,
+      283,  281,  285,  289,  284,   40,  290,  286,  293,   40,
+       40,   40,  291,   40,  287,  288,   40,  292,  295,  297,
+      300,   40,  294,   40,   40,  299,   40,   40,   40,   40,
+      301,   40,  296,  303,  298,   40,  307,  304,  302,  305,
+      306,   40,   40,   40,   40,  308,   40,  261,  261,   40,
+       40,   40,   40,  311,  315,   40,  309,   40,  316,  314,
+      318,  321,  310,   40,  317,   40,   40,  313,   40,  320,
+      312,   40,  319,   40,   40,   40,   40,   40,  325,   40,
 
-       40,   40,  322,   40,  325,  321,  326,  331,  328,  327,
-      329,   40,  330,   40,  334,   40,   40,   40,  335,   40,
-      332,   40,  333,   40,  337,  338,  340,  336,   40,  341,
-       40,   40,   40,   40,   40,   40,   40,   40,   40,  343,
-      339,   40,  351,   40,  345,  349,  342,  347,  355,  346,
-      348,   40,  353,  344,  352,   40,  354,  350,   40,   40,
-       40,   40,   40,   40,   40,   40,   40,   40,   40,   40,
-       40,   40,  358,  359,  370,  357,  356,  360,  361,  364,
-      362,   40,   40,  363,  366,  367,   40,   40,  369,   40,
-      365,  368,  371,   40,  373,  372,   40,   40,   40,   40,
+      326,   40,  322,  327,   40,  324,   40,   40,  331,  323,
+      328,   40,  329,  333,  330,   40,  335,   40,  332,   40,
+      336,   40,  334,   40,  337,   40,   40,   40,   40,   40,
+       40,  339,  341,  343,   40,  344,   40,   40,   40,   40,
+      338,  346,   40,   40,  340,   40,   40,  348,  342,   40,
+      350,  345,  347,  349,  352,  351,   40,   40,  357,  356,
+       40,  353,  354,   40,   40,  355,   40,  359,  358,   40,
+       40,   40,   40,   40,   40,   40,   40,  360,   40,  362,
+       40,  361,  363,   40,  364,  365,   40,  369,  366,  368,
+      372,   40,  370,  371,   40,  373,  367,   40,   40,  375,
 
-      374,   40,   40,   40,   40,  379,   40,   40,  382,   40,
-      375,  377,  378,   40,  380,   40,   40,   40,  386,  376,
-      384,  385,   40,   40,   40,  381,  389,   40,  387,   40,
-       40,  391,   40,  383,   40,   40,   40,   40,  388,  392,
-      394,  395,  396,  399,   40,  390,  393,   40,   40,   40,
-       40,  397,  398,  402,  401,   40,   40,   40,   40,   40,
-       40,   40,   40,   40,   40,  400,   40,   40,  403,   37,
-       37,   37,   37,   39,   39,   50,   40,   50,   50,   40,
-       40,   40,   40,   40,   40,   40,   40,   40,   40,   40,
-       40,   40,   40,   40,   40,   40,   40,   40,   40,   40,
+      377,   40,  374,  376,   40,   40,   40,   40,   40,   40,
+       40,   40,  379,  385,   40,   40,   40,   40,   40,  380,
+      378,  383,  381,  386,  384,  387,   40,   40,  391,  382,
+       40,  389,  392,   40,  388,  393,   40,  395,   40,   40,
+       40,   40,   40,  390,   40,  397,   40,   40,  399,  394,
+      396,  401,   40,   40,   40,  400,  404,  403,   40,  405,
+       40,   40,   40,   40,  402,   40,  409,  398,   40,  406,
+       40,   40,  408,   40,  407,   40,   40,  413,   40,  412,
+       40,   40,   40,   40,  411,   40,  414,   40,   40,  410,
+       37,   37,   37,   37,   39,   39,   50,   40,   50,   50,
 
        40,   40,   40,   40,   40,   40,   40,   40,   40,   40,
        40,   40,   40,   40,   40,   40,   40,   40,   40,   40,
        40,   40,   40,   40,   40,   40,   40,   40,   40,   40,
        40,   40,   40,   40,   40,   40,   40,   40,   40,   40,
-       40,  190,   40,   40,   40,   40,  107,   40,   38,  404,
-        3,  404,  404,  404,  404,  404,  404,  404,  404,  404,
-      404,  404,  404,  404,  404,  404,  404,  404,  404,  404,
-      404,  404,  404,  404,  404,  404,  404,  404,  404,  404,
-      404,  404,  404,  404,  404,  404,  404,  404,  404,  404,
-      404,  404
+       40,   40,   40,   40,   40,   40,   40,   40,   40,   40,
+       40,   40,   40,   40,   40,   40,   40,   40,   40,   40,
+       40,   40,   40,  190,   40,   40,   40,   40,  107,   40,
+       38,  415,    3,  415,  415,  415,  415,  415,  415,  415,
+      415,  415,  415,  415,  415,  415,  415,  415,  415,  415,
+      415,  415,  415,  415,  415,  415,  415,  415,  415,  415,
 
+      415,  415,  415,  415,  415,  415,  415,  415,  415,  415,
+      415,  415,  415,  415
     } ;
 
-static yyconst short int yy_chk[893] =
+static yyconst short int yy_chk[915] =
     {   0,
         1,    1,    1,    1,    1,    1,    1,    1,    1,    1,
         1,    1,    1,    1,    1,    1,    1,    1,    1,    1,
@@ -665,66 +670,68 @@
       128,  129,  119,  131,  126,  132,  135,  136,  133,  131,
       134,  143,  141,  138,  139,  128,  129,  133,  132,  134,
       137,  127,  138,  139,  142,  137,  140,  141,  135,  143,
-      136,  144,  140,  142,  145,  146,  147,  149,  148,  152,
-      144,  153,  155,  164,  147,  159,  161,  409,  145,  148,
-      169,  407,  149,  160,  152,  161,  166,  168,  146,  155,
-      171,  153,  158,  158,  164,  169,  158,  158,  159,  158,
+      136,  134,  140,  142,  144,  145,  146,  147,  149,  148,
+      152,  153,  161,  144,  159,  147,  155,  160,  185,  145,
+      148,  161,  420,  149,  418,  152,  185,  164,  166,  146,
+      168,  153,  174,  155,  158,  158,  169,  159,  158,  158,
 
-      158,  158,  158,  158,  158,  162,  160,  166,  170,  171,
-      168,  174,  172,  175,  162,  173,  162,  177,  176,  170,
-      162,  172,  162,  178,  173,  180,  177,  181,  179,  183,
-      189,  221,  184,  403,  174,  176,  175,  179,  180,  182,
-      178,  184,  186,  185,  182,  181,  187,  186,  189,  221,
-      183,  185,  191,  191,  196,  192,  192,  191,  192,  192,
-      187,  193,  193,  191,  194,  194,  194,  195,  195,  195,
-      197,  196,  198,  199,  203,  204,  207,  197,  205,  206,
-      208,  203,  209,  205,  210,  208,  211,  212,  213,  198,
-      199,  207,  206,  215,  212,  211,  218,  216,  204,  219,
+      160,  158,  158,  158,  158,  158,  158,  162,  164,  166,
+      170,  169,  171,  168,  172,  174,  162,  173,  162,  175,
+      176,  170,  162,  172,  162,  177,  173,  178,  180,  179,
+      181,  171,  183,  187,  177,  182,  184,  176,  179,  189,
+      182,  180,  175,  414,  178,  184,  186,  187,  181,  191,
+      191,  186,  196,  183,  191,  192,  192,  189,  192,  192,
+      191,  193,  193,  194,  194,  194,  195,  195,  195,  196,
+      197,  198,  199,  203,  204,  207,  205,  197,  206,  208,
+      203,  205,  209,  210,  208,  212,  213,  211,  198,  199,
+      207,  206,  211,  213,  212,  214,  216,  204,  217,  218,
 
-      217,  209,  216,  220,  222,  210,  225,  227,  215,  217,
-      228,  213,  230,  219,  231,  232,  233,  218,  220,  222,
-      234,  230,  232,  235,  225,  236,  237,  231,  238,  234,
-      241,  227,  235,  228,  236,  239,  233,  238,  242,  241,
-      247,  245,  239,  234,  248,  249,  235,  250,  251,  237,
-      245,  247,  250,  242,  248,  252,  253,  254,  249,  255,
-      257,  259,  260,  260,  262,  251,  265,  263,  254,  262,
-      267,  269,  268,  265,  259,  263,  252,  253,  268,  266,
-      269,  270,  271,  257,  266,  272,  255,  274,  276,  277,
-      278,  267,  279,  282,  274,  289,  288,  276,  270,  280,
+      219,  209,  220,  217,  210,  221,  222,  223,  218,  226,
+      228,  216,  229,  232,  231,  412,  220,  234,  214,  235,
+      221,  219,  223,  231,  222,  233,  232,  226,  235,  236,
+      237,  238,  233,  240,  228,  229,  239,  234,  236,  237,
+      240,  242,  235,  243,  246,  239,  248,  250,  252,  249,
+      242,  251,  236,  246,  238,  253,  251,  248,  243,  249,
+      250,  254,  255,  256,  258,  252,  260,  261,  261,  263,
+      264,  268,  270,  255,  263,  267,  253,  266,  264,  260,
+      267,  270,  254,  269,  266,  271,  272,  258,  273,  269,
+      256,  274,  268,  276,  278,  279,  280,  281,  274,  282,
 
-      284,  299,  272,  283,  277,  271,  278,  284,  280,  279,
-      282,  285,  283,  286,  288,  298,  300,  304,  289,  305,
-      285,  306,  286,  307,  299,  300,  305,  298,  308,  306,
-      310,  311,  312,  316,  314,  318,  317,  322,  324,  308,
-      304,  329,  322,  326,  311,  317,  307,  314,  329,  312,
-      316,  327,  326,  310,  324,  333,  327,  318,  334,  339,
-      348,  340,  345,  347,  351,  346,  356,  353,  401,  358,
-      354,  361,  339,  340,  358,  334,  333,  345,  346,  351,
-      347,  352,  355,  348,  353,  354,  360,  359,  356,  362,
-      352,  355,  359,  365,  361,  360,  366,  370,  369,  371,
+      276,  284,  271,  278,  285,  273,  290,  287,  282,  272,
+      279,  288,  280,  285,  281,  286,  287,  291,  284,  300,
+      288,  301,  286,  302,  290,  306,  307,  308,  309,  312,
+      310,  300,  302,  307,  313,  308,  314,  316,  318,  320,
+      291,  310,  325,  327,  301,  319,  411,  313,  306,  329,
+      316,  309,  312,  314,  319,  318,  336,  324,  329,  327,
+      332,  320,  324,  330,  337,  325,  342,  332,  330,  348,
+      343,  350,  349,  351,  354,  358,  357,  336,  355,  342,
+      360,  337,  343,  356,  348,  349,  359,  355,  350,  354,
+      358,  364,  356,  357,  362,  359,  351,  365,  363,  362,
 
-      362,  373,  375,  376,  377,  371,  379,  378,  376,  381,
-      365,  369,  370,  380,  373,  382,  384,  383,  380,  366,
-      378,  379,  385,  387,  386,  375,  383,  388,  381,  392,
-      393,  385,  390,  377,  394,  395,  396,  398,  382,  386,
-      388,  390,  392,  395,  400,  384,  387,  402,  399,  397,
-      391,  393,  394,  400,  398,  389,  374,  372,  368,  367,
-      364,  363,  357,  350,  349,  396,  344,  343,  402,  405,
-      405,  405,  405,  406,  406,  408,  342,  408,  408,  341,
-      338,  337,  336,  335,  332,  331,  330,  328,  325,  323,
-      321,  320,  319,  315,  313,  309,  303,  302,  301,  297,
+      364,  366,  360,  363,  369,  370,  371,  376,  374,  375,
+      378,  381,  366,  376,  383,  384,  380,  385,  388,  369,
+      365,  374,  370,  378,  375,  380,  382,  389,  384,  371,
+      386,  382,  385,  387,  381,  386,  390,  388,  391,  392,
+      393,  395,  394,  383,  396,  390,  400,  398,  392,  387,
+      389,  394,  401,  402,  403,  393,  398,  396,  404,  400,
+      405,  406,  408,  409,  395,  413,  404,  391,  410,  401,
+      407,  399,  403,  397,  402,  379,  377,  410,  373,  408,
+      372,  368,  367,  361,  406,  353,  413,  352,  347,  405,
+      416,  416,  416,  416,  417,  417,  419,  346,  419,  419,
 
-      296,  295,  294,  293,  292,  291,  290,  287,  281,  275,
-      273,  264,  261,  258,  256,  246,  244,  243,  240,  226,
-      224,  223,  214,  202,  201,  200,  188,  167,  165,  163,
-      157,  156,  154,  151,  150,  130,  125,  121,  118,  115,
-      111,  107,   94,   82,   58,   39,   37,    8,    7,    3,
-      404,  404,  404,  404,  404,  404,  404,  404,  404,  404,
-      404,  404,  404,  404,  404,  404,  404,  404,  404,  404,
-      404,  404,  404,  404,  404,  404,  404,  404,  404,  404,
-      404,  404,  404,  404,  404,  404,  404,  404,  404,  404,
-      404,  404
+      345,  344,  341,  340,  339,  338,  335,  334,  333,  331,
+      328,  326,  323,  322,  321,  317,  315,  311,  305,  304,
+      303,  299,  298,  297,  296,  295,  294,  293,  292,  289,
+      283,  277,  275,  265,  262,  259,  257,  247,  245,  244,
+      241,  227,  225,  224,  215,  202,  201,  200,  188,  167,
+      165,  163,  157,  156,  154,  151,  150,  130,  125,  121,
+      118,  115,  111,  107,   94,   82,   58,   39,   37,    8,
+        7,    3,  415,  415,  415,  415,  415,  415,  415,  415,
+      415,  415,  415,  415,  415,  415,  415,  415,  415,  415,
+      415,  415,  415,  415,  415,  415,  415,  415,  415,  415,
 
+      415,  415,  415,  415,  415,  415,  415,  415,  415,  415,
+      415,  415,  415,  415
     } ;
 
 static yy_state_type yy_state_buf[YY_BUF_SIZE + 2], *yy_state_ptr;
@@ -741,7 +748,7 @@
 #define YY_MORE_ADJ 0
 #define YY_RESTORE_YY_MORE_OFFSET
 char *yytext;
-#line 1 "/Volumes/ProjectsDisk/cvs/llvm/lib/AsmParser/Lexer.l"
+#line 1 "/Users/bocchino/vllvm-checkin/src/lib/AsmParser/Lexer.l"
 #define INITIAL 0
 /*===-- Lexer.l - Scanner for llvm assembly files --------------*- C++ -*--===//
 //
@@ -756,7 +763,7 @@
 //
 //===----------------------------------------------------------------------===*/
 #define YY_NEVER_INTERACTIVE 1
-#line 28 "/Volumes/ProjectsDisk/cvs/llvm/lib/AsmParser/Lexer.l"
+#line 28 "/Users/bocchino/vllvm-checkin/src/lib/AsmParser/Lexer.l"
 #include "ParserInternals.h"
 #include "llvm/Module.h"
 #include <list>
@@ -882,7 +889,7 @@
 /* HexIntConstant - Hexadecimal constant generated by the CFE to avoid forcing
  * it to deal with 64 bit numbers.
  */
-#line 886 "Lexer.cpp"
+#line 893 "Lexer.cpp"
 
 /* Macros after this point can all be overridden by user definitions in
  * section 1.
@@ -1033,10 +1040,10 @@
 	register char *yy_cp, *yy_bp;
 	register int yy_act;
 
-#line 179 "/Volumes/ProjectsDisk/cvs/llvm/lib/AsmParser/Lexer.l"
+#line 179 "/Users/bocchino/vllvm-checkin/src/lib/AsmParser/Lexer.l"
 
 
-#line 1040 "Lexer.cpp"
+#line 1047 "Lexer.cpp"
 
 	if ( yy_init )
 		{
@@ -1084,14 +1091,14 @@
 			while ( yy_chk[yy_base[yy_current_state] + yy_c] != yy_current_state )
 				{
 				yy_current_state = (int) yy_def[yy_current_state];
-				if ( yy_current_state >= 405 )
+				if ( yy_current_state >= 416 )
 					yy_c = yy_meta[(unsigned int) yy_c];
 				}
 			yy_current_state = yy_nxt[yy_base[yy_current_state] + (unsigned int) yy_c];
 			*yy_state_ptr++ = yy_current_state;
 			++yy_cp;
 			}
-		while ( yy_current_state != 404 );
+		while ( yy_current_state != 415 );
 
 yy_find_action:
 		yy_current_state = *--yy_state_ptr;
@@ -1129,451 +1136,456 @@
 	{ /* beginning of action switch */
 case 1:
 YY_RULE_SETUP
-#line 181 "/Volumes/ProjectsDisk/cvs/llvm/lib/AsmParser/Lexer.l"
+#line 181 "/Users/bocchino/vllvm-checkin/src/lib/AsmParser/Lexer.l"
 { /* Ignore comments for now */ }
 	YY_BREAK
 case 2:
 YY_RULE_SETUP
-#line 183 "/Volumes/ProjectsDisk/cvs/llvm/lib/AsmParser/Lexer.l"
+#line 183 "/Users/bocchino/vllvm-checkin/src/lib/AsmParser/Lexer.l"
 { return BEGINTOK; }
 	YY_BREAK
 case 3:
 YY_RULE_SETUP
-#line 184 "/Volumes/ProjectsDisk/cvs/llvm/lib/AsmParser/Lexer.l"
+#line 184 "/Users/bocchino/vllvm-checkin/src/lib/AsmParser/Lexer.l"
 { return ENDTOK; }
 	YY_BREAK
 case 4:
 YY_RULE_SETUP
-#line 185 "/Volumes/ProjectsDisk/cvs/llvm/lib/AsmParser/Lexer.l"
+#line 185 "/Users/bocchino/vllvm-checkin/src/lib/AsmParser/Lexer.l"
 { return TRUETOK;  }
 	YY_BREAK
 case 5:
 YY_RULE_SETUP
-#line 186 "/Volumes/ProjectsDisk/cvs/llvm/lib/AsmParser/Lexer.l"
+#line 186 "/Users/bocchino/vllvm-checkin/src/lib/AsmParser/Lexer.l"
 { return FALSETOK; }
 	YY_BREAK
 case 6:
 YY_RULE_SETUP
-#line 187 "/Volumes/ProjectsDisk/cvs/llvm/lib/AsmParser/Lexer.l"
+#line 187 "/Users/bocchino/vllvm-checkin/src/lib/AsmParser/Lexer.l"
 { return DECLARE; }
 	YY_BREAK
 case 7:
 YY_RULE_SETUP
-#line 188 "/Volumes/ProjectsDisk/cvs/llvm/lib/AsmParser/Lexer.l"
+#line 188 "/Users/bocchino/vllvm-checkin/src/lib/AsmParser/Lexer.l"
 { return GLOBAL; }
 	YY_BREAK
 case 8:
 YY_RULE_SETUP
-#line 189 "/Volumes/ProjectsDisk/cvs/llvm/lib/AsmParser/Lexer.l"
+#line 189 "/Users/bocchino/vllvm-checkin/src/lib/AsmParser/Lexer.l"
 { return CONSTANT; }
 	YY_BREAK
 case 9:
 YY_RULE_SETUP
-#line 190 "/Volumes/ProjectsDisk/cvs/llvm/lib/AsmParser/Lexer.l"
+#line 190 "/Users/bocchino/vllvm-checkin/src/lib/AsmParser/Lexer.l"
 { return INTERNAL; }
 	YY_BREAK
 case 10:
 YY_RULE_SETUP
-#line 191 "/Volumes/ProjectsDisk/cvs/llvm/lib/AsmParser/Lexer.l"
+#line 191 "/Users/bocchino/vllvm-checkin/src/lib/AsmParser/Lexer.l"
 { return LINKONCE; }
 	YY_BREAK
 case 11:
 YY_RULE_SETUP
-#line 192 "/Volumes/ProjectsDisk/cvs/llvm/lib/AsmParser/Lexer.l"
+#line 192 "/Users/bocchino/vllvm-checkin/src/lib/AsmParser/Lexer.l"
 { return WEAK; }
 	YY_BREAK
 case 12:
 YY_RULE_SETUP
-#line 193 "/Volumes/ProjectsDisk/cvs/llvm/lib/AsmParser/Lexer.l"
+#line 193 "/Users/bocchino/vllvm-checkin/src/lib/AsmParser/Lexer.l"
 { return APPENDING; }
 	YY_BREAK
 case 13:
 YY_RULE_SETUP
-#line 194 "/Volumes/ProjectsDisk/cvs/llvm/lib/AsmParser/Lexer.l"
+#line 194 "/Users/bocchino/vllvm-checkin/src/lib/AsmParser/Lexer.l"
 { return EXTERNAL; }    /* Deprecated, turn into external */
 	YY_BREAK
 case 14:
 YY_RULE_SETUP
-#line 195 "/Volumes/ProjectsDisk/cvs/llvm/lib/AsmParser/Lexer.l"
+#line 195 "/Users/bocchino/vllvm-checkin/src/lib/AsmParser/Lexer.l"
 { return EXTERNAL; }
 	YY_BREAK
 case 15:
 YY_RULE_SETUP
-#line 196 "/Volumes/ProjectsDisk/cvs/llvm/lib/AsmParser/Lexer.l"
+#line 196 "/Users/bocchino/vllvm-checkin/src/lib/AsmParser/Lexer.l"
 { return IMPLEMENTATION; }
 	YY_BREAK
 case 16:
 YY_RULE_SETUP
-#line 197 "/Volumes/ProjectsDisk/cvs/llvm/lib/AsmParser/Lexer.l"
+#line 197 "/Users/bocchino/vllvm-checkin/src/lib/AsmParser/Lexer.l"
 { return ZEROINITIALIZER; }
 	YY_BREAK
 case 17:
 YY_RULE_SETUP
-#line 198 "/Volumes/ProjectsDisk/cvs/llvm/lib/AsmParser/Lexer.l"
+#line 198 "/Users/bocchino/vllvm-checkin/src/lib/AsmParser/Lexer.l"
 { return DOTDOTDOT; }
 	YY_BREAK
 case 18:
 YY_RULE_SETUP
-#line 199 "/Volumes/ProjectsDisk/cvs/llvm/lib/AsmParser/Lexer.l"
+#line 199 "/Users/bocchino/vllvm-checkin/src/lib/AsmParser/Lexer.l"
 { return UNDEF; }
 	YY_BREAK
 case 19:
 YY_RULE_SETUP
-#line 200 "/Volumes/ProjectsDisk/cvs/llvm/lib/AsmParser/Lexer.l"
+#line 200 "/Users/bocchino/vllvm-checkin/src/lib/AsmParser/Lexer.l"
 { return NULL_TOK; }
 	YY_BREAK
 case 20:
 YY_RULE_SETUP
-#line 201 "/Volumes/ProjectsDisk/cvs/llvm/lib/AsmParser/Lexer.l"
+#line 201 "/Users/bocchino/vllvm-checkin/src/lib/AsmParser/Lexer.l"
 { return TO; }
 	YY_BREAK
 case 21:
 YY_RULE_SETUP
-#line 202 "/Volumes/ProjectsDisk/cvs/llvm/lib/AsmParser/Lexer.l"
+#line 202 "/Users/bocchino/vllvm-checkin/src/lib/AsmParser/Lexer.l"
 { RET_TOK(TermOpVal, Unwind, UNWIND); }
 	YY_BREAK
 case 22:
 YY_RULE_SETUP
-#line 203 "/Volumes/ProjectsDisk/cvs/llvm/lib/AsmParser/Lexer.l"
+#line 203 "/Users/bocchino/vllvm-checkin/src/lib/AsmParser/Lexer.l"
 { return NOT; }  /* Deprecated, turned into XOR */
 	YY_BREAK
 case 23:
 YY_RULE_SETUP
-#line 204 "/Volumes/ProjectsDisk/cvs/llvm/lib/AsmParser/Lexer.l"
+#line 204 "/Users/bocchino/vllvm-checkin/src/lib/AsmParser/Lexer.l"
 { return TAIL; }
 	YY_BREAK
 case 24:
 YY_RULE_SETUP
-#line 205 "/Volumes/ProjectsDisk/cvs/llvm/lib/AsmParser/Lexer.l"
+#line 205 "/Users/bocchino/vllvm-checkin/src/lib/AsmParser/Lexer.l"
 { return TARGET; }
 	YY_BREAK
 case 25:
 YY_RULE_SETUP
-#line 206 "/Volumes/ProjectsDisk/cvs/llvm/lib/AsmParser/Lexer.l"
+#line 206 "/Users/bocchino/vllvm-checkin/src/lib/AsmParser/Lexer.l"
 { return TRIPLE; }
 	YY_BREAK
 case 26:
 YY_RULE_SETUP
-#line 207 "/Volumes/ProjectsDisk/cvs/llvm/lib/AsmParser/Lexer.l"
+#line 207 "/Users/bocchino/vllvm-checkin/src/lib/AsmParser/Lexer.l"
 { return DEPLIBS; }
 	YY_BREAK
 case 27:
 YY_RULE_SETUP
-#line 208 "/Volumes/ProjectsDisk/cvs/llvm/lib/AsmParser/Lexer.l"
+#line 208 "/Users/bocchino/vllvm-checkin/src/lib/AsmParser/Lexer.l"
 { return ENDIAN; }
 	YY_BREAK
 case 28:
 YY_RULE_SETUP
-#line 209 "/Volumes/ProjectsDisk/cvs/llvm/lib/AsmParser/Lexer.l"
+#line 209 "/Users/bocchino/vllvm-checkin/src/lib/AsmParser/Lexer.l"
 { return POINTERSIZE; }
 	YY_BREAK
 case 29:
 YY_RULE_SETUP
-#line 210 "/Volumes/ProjectsDisk/cvs/llvm/lib/AsmParser/Lexer.l"
+#line 210 "/Users/bocchino/vllvm-checkin/src/lib/AsmParser/Lexer.l"
 { return LITTLE; }
 	YY_BREAK
 case 30:
 YY_RULE_SETUP
-#line 211 "/Volumes/ProjectsDisk/cvs/llvm/lib/AsmParser/Lexer.l"
+#line 211 "/Users/bocchino/vllvm-checkin/src/lib/AsmParser/Lexer.l"
 { return BIG; }
 	YY_BREAK
 case 31:
 YY_RULE_SETUP
-#line 212 "/Volumes/ProjectsDisk/cvs/llvm/lib/AsmParser/Lexer.l"
+#line 212 "/Users/bocchino/vllvm-checkin/src/lib/AsmParser/Lexer.l"
 { return VOLATILE; }
 	YY_BREAK
 case 32:
 YY_RULE_SETUP
-#line 213 "/Volumes/ProjectsDisk/cvs/llvm/lib/AsmParser/Lexer.l"
+#line 213 "/Users/bocchino/vllvm-checkin/src/lib/AsmParser/Lexer.l"
 { return ALIGN;  }
 	YY_BREAK
 case 33:
 YY_RULE_SETUP
-#line 214 "/Volumes/ProjectsDisk/cvs/llvm/lib/AsmParser/Lexer.l"
+#line 214 "/Users/bocchino/vllvm-checkin/src/lib/AsmParser/Lexer.l"
 { return SECTION; }
 	YY_BREAK
 case 34:
 YY_RULE_SETUP
-#line 216 "/Volumes/ProjectsDisk/cvs/llvm/lib/AsmParser/Lexer.l"
+#line 216 "/Users/bocchino/vllvm-checkin/src/lib/AsmParser/Lexer.l"
 { return CC_TOK; }
 	YY_BREAK
 case 35:
 YY_RULE_SETUP
-#line 217 "/Volumes/ProjectsDisk/cvs/llvm/lib/AsmParser/Lexer.l"
+#line 217 "/Users/bocchino/vllvm-checkin/src/lib/AsmParser/Lexer.l"
 { return CCC_TOK; }
 	YY_BREAK
 case 36:
 YY_RULE_SETUP
-#line 218 "/Volumes/ProjectsDisk/cvs/llvm/lib/AsmParser/Lexer.l"
+#line 218 "/Users/bocchino/vllvm-checkin/src/lib/AsmParser/Lexer.l"
 { return FASTCC_TOK; }
 	YY_BREAK
 case 37:
 YY_RULE_SETUP
-#line 219 "/Volumes/ProjectsDisk/cvs/llvm/lib/AsmParser/Lexer.l"
+#line 219 "/Users/bocchino/vllvm-checkin/src/lib/AsmParser/Lexer.l"
 { return COLDCC_TOK; }
 	YY_BREAK
 case 38:
 YY_RULE_SETUP
-#line 221 "/Volumes/ProjectsDisk/cvs/llvm/lib/AsmParser/Lexer.l"
+#line 221 "/Users/bocchino/vllvm-checkin/src/lib/AsmParser/Lexer.l"
 { llvmAsmlval.PrimType = Type::VoidTy  ; return VOID;   }
 	YY_BREAK
 case 39:
 YY_RULE_SETUP
-#line 222 "/Volumes/ProjectsDisk/cvs/llvm/lib/AsmParser/Lexer.l"
+#line 222 "/Users/bocchino/vllvm-checkin/src/lib/AsmParser/Lexer.l"
 { llvmAsmlval.PrimType = Type::BoolTy  ; return BOOL;   }
 	YY_BREAK
 case 40:
 YY_RULE_SETUP
-#line 223 "/Volumes/ProjectsDisk/cvs/llvm/lib/AsmParser/Lexer.l"
+#line 223 "/Users/bocchino/vllvm-checkin/src/lib/AsmParser/Lexer.l"
 { llvmAsmlval.PrimType = Type::SByteTy ; return SBYTE;  }
 	YY_BREAK
 case 41:
 YY_RULE_SETUP
-#line 224 "/Volumes/ProjectsDisk/cvs/llvm/lib/AsmParser/Lexer.l"
+#line 224 "/Users/bocchino/vllvm-checkin/src/lib/AsmParser/Lexer.l"
 { llvmAsmlval.PrimType = Type::UByteTy ; return UBYTE;  }
 	YY_BREAK
 case 42:
 YY_RULE_SETUP
-#line 225 "/Volumes/ProjectsDisk/cvs/llvm/lib/AsmParser/Lexer.l"
+#line 225 "/Users/bocchino/vllvm-checkin/src/lib/AsmParser/Lexer.l"
 { llvmAsmlval.PrimType = Type::ShortTy ; return SHORT;  }
 	YY_BREAK
 case 43:
 YY_RULE_SETUP
-#line 226 "/Volumes/ProjectsDisk/cvs/llvm/lib/AsmParser/Lexer.l"
+#line 226 "/Users/bocchino/vllvm-checkin/src/lib/AsmParser/Lexer.l"
 { llvmAsmlval.PrimType = Type::UShortTy; return USHORT; }
 	YY_BREAK
 case 44:
 YY_RULE_SETUP
-#line 227 "/Volumes/ProjectsDisk/cvs/llvm/lib/AsmParser/Lexer.l"
+#line 227 "/Users/bocchino/vllvm-checkin/src/lib/AsmParser/Lexer.l"
 { llvmAsmlval.PrimType = Type::IntTy   ; return INT;    }
 	YY_BREAK
 case 45:
 YY_RULE_SETUP
-#line 228 "/Volumes/ProjectsDisk/cvs/llvm/lib/AsmParser/Lexer.l"
+#line 228 "/Users/bocchino/vllvm-checkin/src/lib/AsmParser/Lexer.l"
 { llvmAsmlval.PrimType = Type::UIntTy  ; return UINT;   }
 	YY_BREAK
 case 46:
 YY_RULE_SETUP
-#line 229 "/Volumes/ProjectsDisk/cvs/llvm/lib/AsmParser/Lexer.l"
+#line 229 "/Users/bocchino/vllvm-checkin/src/lib/AsmParser/Lexer.l"
 { llvmAsmlval.PrimType = Type::LongTy  ; return LONG;   }
 	YY_BREAK
 case 47:
 YY_RULE_SETUP
-#line 230 "/Volumes/ProjectsDisk/cvs/llvm/lib/AsmParser/Lexer.l"
+#line 230 "/Users/bocchino/vllvm-checkin/src/lib/AsmParser/Lexer.l"
 { llvmAsmlval.PrimType = Type::ULongTy ; return ULONG;  }
 	YY_BREAK
 case 48:
 YY_RULE_SETUP
-#line 231 "/Volumes/ProjectsDisk/cvs/llvm/lib/AsmParser/Lexer.l"
+#line 231 "/Users/bocchino/vllvm-checkin/src/lib/AsmParser/Lexer.l"
 { llvmAsmlval.PrimType = Type::FloatTy ; return FLOAT;  }
 	YY_BREAK
 case 49:
 YY_RULE_SETUP
-#line 232 "/Volumes/ProjectsDisk/cvs/llvm/lib/AsmParser/Lexer.l"
+#line 232 "/Users/bocchino/vllvm-checkin/src/lib/AsmParser/Lexer.l"
 { llvmAsmlval.PrimType = Type::DoubleTy; return DOUBLE; }
 	YY_BREAK
 case 50:
 YY_RULE_SETUP
-#line 233 "/Volumes/ProjectsDisk/cvs/llvm/lib/AsmParser/Lexer.l"
+#line 233 "/Users/bocchino/vllvm-checkin/src/lib/AsmParser/Lexer.l"
 { llvmAsmlval.PrimType = Type::LabelTy ; return LABEL;  }
 	YY_BREAK
 case 51:
 YY_RULE_SETUP
-#line 234 "/Volumes/ProjectsDisk/cvs/llvm/lib/AsmParser/Lexer.l"
+#line 234 "/Users/bocchino/vllvm-checkin/src/lib/AsmParser/Lexer.l"
 { return TYPE;   }
 	YY_BREAK
 case 52:
 YY_RULE_SETUP
-#line 235 "/Volumes/ProjectsDisk/cvs/llvm/lib/AsmParser/Lexer.l"
+#line 235 "/Users/bocchino/vllvm-checkin/src/lib/AsmParser/Lexer.l"
 { return OPAQUE; }
 	YY_BREAK
 case 53:
 YY_RULE_SETUP
-#line 237 "/Volumes/ProjectsDisk/cvs/llvm/lib/AsmParser/Lexer.l"
+#line 237 "/Users/bocchino/vllvm-checkin/src/lib/AsmParser/Lexer.l"
 { RET_TOK(BinaryOpVal, Add, ADD); }
 	YY_BREAK
 case 54:
 YY_RULE_SETUP
-#line 238 "/Volumes/ProjectsDisk/cvs/llvm/lib/AsmParser/Lexer.l"
+#line 238 "/Users/bocchino/vllvm-checkin/src/lib/AsmParser/Lexer.l"
 { RET_TOK(BinaryOpVal, Sub, SUB); }
 	YY_BREAK
 case 55:
 YY_RULE_SETUP
-#line 239 "/Volumes/ProjectsDisk/cvs/llvm/lib/AsmParser/Lexer.l"
+#line 239 "/Users/bocchino/vllvm-checkin/src/lib/AsmParser/Lexer.l"
 { RET_TOK(BinaryOpVal, Mul, MUL); }
 	YY_BREAK
 case 56:
 YY_RULE_SETUP
-#line 240 "/Volumes/ProjectsDisk/cvs/llvm/lib/AsmParser/Lexer.l"
+#line 240 "/Users/bocchino/vllvm-checkin/src/lib/AsmParser/Lexer.l"
 { RET_TOK(BinaryOpVal, Div, DIV); }
 	YY_BREAK
 case 57:
 YY_RULE_SETUP
-#line 241 "/Volumes/ProjectsDisk/cvs/llvm/lib/AsmParser/Lexer.l"
+#line 241 "/Users/bocchino/vllvm-checkin/src/lib/AsmParser/Lexer.l"
 { RET_TOK(BinaryOpVal, Rem, REM); }
 	YY_BREAK
 case 58:
 YY_RULE_SETUP
-#line 242 "/Volumes/ProjectsDisk/cvs/llvm/lib/AsmParser/Lexer.l"
+#line 242 "/Users/bocchino/vllvm-checkin/src/lib/AsmParser/Lexer.l"
 { RET_TOK(BinaryOpVal, And, AND); }
 	YY_BREAK
 case 59:
 YY_RULE_SETUP
-#line 243 "/Volumes/ProjectsDisk/cvs/llvm/lib/AsmParser/Lexer.l"
+#line 243 "/Users/bocchino/vllvm-checkin/src/lib/AsmParser/Lexer.l"
 { RET_TOK(BinaryOpVal, Or , OR ); }
 	YY_BREAK
 case 60:
 YY_RULE_SETUP
-#line 244 "/Volumes/ProjectsDisk/cvs/llvm/lib/AsmParser/Lexer.l"
+#line 244 "/Users/bocchino/vllvm-checkin/src/lib/AsmParser/Lexer.l"
 { RET_TOK(BinaryOpVal, Xor, XOR); }
 	YY_BREAK
 case 61:
 YY_RULE_SETUP
-#line 245 "/Volumes/ProjectsDisk/cvs/llvm/lib/AsmParser/Lexer.l"
+#line 245 "/Users/bocchino/vllvm-checkin/src/lib/AsmParser/Lexer.l"
 { RET_TOK(BinaryOpVal, SetNE, SETNE); }
 	YY_BREAK
 case 62:
 YY_RULE_SETUP
-#line 246 "/Volumes/ProjectsDisk/cvs/llvm/lib/AsmParser/Lexer.l"
+#line 246 "/Users/bocchino/vllvm-checkin/src/lib/AsmParser/Lexer.l"
 { RET_TOK(BinaryOpVal, SetEQ, SETEQ); }
 	YY_BREAK
 case 63:
 YY_RULE_SETUP
-#line 247 "/Volumes/ProjectsDisk/cvs/llvm/lib/AsmParser/Lexer.l"
+#line 247 "/Users/bocchino/vllvm-checkin/src/lib/AsmParser/Lexer.l"
 { RET_TOK(BinaryOpVal, SetLT, SETLT); }
 	YY_BREAK
 case 64:
 YY_RULE_SETUP
-#line 248 "/Volumes/ProjectsDisk/cvs/llvm/lib/AsmParser/Lexer.l"
+#line 248 "/Users/bocchino/vllvm-checkin/src/lib/AsmParser/Lexer.l"
 { RET_TOK(BinaryOpVal, SetGT, SETGT); }
 	YY_BREAK
 case 65:
 YY_RULE_SETUP
-#line 249 "/Volumes/ProjectsDisk/cvs/llvm/lib/AsmParser/Lexer.l"
+#line 249 "/Users/bocchino/vllvm-checkin/src/lib/AsmParser/Lexer.l"
 { RET_TOK(BinaryOpVal, SetLE, SETLE); }
 	YY_BREAK
 case 66:
 YY_RULE_SETUP
-#line 250 "/Volumes/ProjectsDisk/cvs/llvm/lib/AsmParser/Lexer.l"
+#line 250 "/Users/bocchino/vllvm-checkin/src/lib/AsmParser/Lexer.l"
 { RET_TOK(BinaryOpVal, SetGE, SETGE); }
 	YY_BREAK
 case 67:
 YY_RULE_SETUP
-#line 252 "/Volumes/ProjectsDisk/cvs/llvm/lib/AsmParser/Lexer.l"
+#line 252 "/Users/bocchino/vllvm-checkin/src/lib/AsmParser/Lexer.l"
 { RET_TOK(OtherOpVal, PHI, PHI_TOK); }
 	YY_BREAK
 case 68:
 YY_RULE_SETUP
-#line 253 "/Volumes/ProjectsDisk/cvs/llvm/lib/AsmParser/Lexer.l"
+#line 253 "/Users/bocchino/vllvm-checkin/src/lib/AsmParser/Lexer.l"
 { RET_TOK(OtherOpVal, Call, CALL); }
 	YY_BREAK
 case 69:
 YY_RULE_SETUP
-#line 254 "/Volumes/ProjectsDisk/cvs/llvm/lib/AsmParser/Lexer.l"
+#line 254 "/Users/bocchino/vllvm-checkin/src/lib/AsmParser/Lexer.l"
 { RET_TOK(OtherOpVal, Cast, CAST); }
 	YY_BREAK
 case 70:
 YY_RULE_SETUP
-#line 255 "/Volumes/ProjectsDisk/cvs/llvm/lib/AsmParser/Lexer.l"
+#line 255 "/Users/bocchino/vllvm-checkin/src/lib/AsmParser/Lexer.l"
 { RET_TOK(OtherOpVal, Select, SELECT); }
 	YY_BREAK
 case 71:
 YY_RULE_SETUP
-#line 256 "/Volumes/ProjectsDisk/cvs/llvm/lib/AsmParser/Lexer.l"
+#line 256 "/Users/bocchino/vllvm-checkin/src/lib/AsmParser/Lexer.l"
 { RET_TOK(OtherOpVal, Shl, SHL); }
 	YY_BREAK
 case 72:
 YY_RULE_SETUP
-#line 257 "/Volumes/ProjectsDisk/cvs/llvm/lib/AsmParser/Lexer.l"
+#line 257 "/Users/bocchino/vllvm-checkin/src/lib/AsmParser/Lexer.l"
 { RET_TOK(OtherOpVal, Shr, SHR); }
 	YY_BREAK
 case 73:
 YY_RULE_SETUP
-#line 258 "/Volumes/ProjectsDisk/cvs/llvm/lib/AsmParser/Lexer.l"
+#line 258 "/Users/bocchino/vllvm-checkin/src/lib/AsmParser/Lexer.l"
 { return VANEXT_old; }
 	YY_BREAK
 case 74:
 YY_RULE_SETUP
-#line 259 "/Volumes/ProjectsDisk/cvs/llvm/lib/AsmParser/Lexer.l"
+#line 259 "/Users/bocchino/vllvm-checkin/src/lib/AsmParser/Lexer.l"
 { return VAARG_old; }
 	YY_BREAK
 case 75:
 YY_RULE_SETUP
-#line 260 "/Volumes/ProjectsDisk/cvs/llvm/lib/AsmParser/Lexer.l"
+#line 260 "/Users/bocchino/vllvm-checkin/src/lib/AsmParser/Lexer.l"
 { RET_TOK(OtherOpVal, VAArg , VAARG); }
 	YY_BREAK
 case 76:
 YY_RULE_SETUP
-#line 261 "/Volumes/ProjectsDisk/cvs/llvm/lib/AsmParser/Lexer.l"
+#line 261 "/Users/bocchino/vllvm-checkin/src/lib/AsmParser/Lexer.l"
 { RET_TOK(TermOpVal, Ret, RET); }
 	YY_BREAK
 case 77:
 YY_RULE_SETUP
-#line 262 "/Volumes/ProjectsDisk/cvs/llvm/lib/AsmParser/Lexer.l"
+#line 262 "/Users/bocchino/vllvm-checkin/src/lib/AsmParser/Lexer.l"
 { RET_TOK(TermOpVal, Br, BR); }
 	YY_BREAK
 case 78:
 YY_RULE_SETUP
-#line 263 "/Volumes/ProjectsDisk/cvs/llvm/lib/AsmParser/Lexer.l"
+#line 263 "/Users/bocchino/vllvm-checkin/src/lib/AsmParser/Lexer.l"
 { RET_TOK(TermOpVal, Switch, SWITCH); }
 	YY_BREAK
 case 79:
 YY_RULE_SETUP
-#line 264 "/Volumes/ProjectsDisk/cvs/llvm/lib/AsmParser/Lexer.l"
+#line 264 "/Users/bocchino/vllvm-checkin/src/lib/AsmParser/Lexer.l"
 { RET_TOK(TermOpVal, Invoke, INVOKE); }
 	YY_BREAK
 case 80:
 YY_RULE_SETUP
-#line 265 "/Volumes/ProjectsDisk/cvs/llvm/lib/AsmParser/Lexer.l"
+#line 265 "/Users/bocchino/vllvm-checkin/src/lib/AsmParser/Lexer.l"
 { RET_TOK(TermOpVal, Unwind, UNWIND); }
 	YY_BREAK
 case 81:
 YY_RULE_SETUP
-#line 266 "/Volumes/ProjectsDisk/cvs/llvm/lib/AsmParser/Lexer.l"
+#line 266 "/Users/bocchino/vllvm-checkin/src/lib/AsmParser/Lexer.l"
 { RET_TOK(TermOpVal, Unreachable, UNREACHABLE); }
 	YY_BREAK
 case 82:
 YY_RULE_SETUP
-#line 268 "/Volumes/ProjectsDisk/cvs/llvm/lib/AsmParser/Lexer.l"
+#line 268 "/Users/bocchino/vllvm-checkin/src/lib/AsmParser/Lexer.l"
 { RET_TOK(MemOpVal, Malloc, MALLOC); }
 	YY_BREAK
 case 83:
 YY_RULE_SETUP
-#line 269 "/Volumes/ProjectsDisk/cvs/llvm/lib/AsmParser/Lexer.l"
+#line 269 "/Users/bocchino/vllvm-checkin/src/lib/AsmParser/Lexer.l"
 { RET_TOK(MemOpVal, Alloca, ALLOCA); }
 	YY_BREAK
 case 84:
 YY_RULE_SETUP
-#line 270 "/Volumes/ProjectsDisk/cvs/llvm/lib/AsmParser/Lexer.l"
+#line 270 "/Users/bocchino/vllvm-checkin/src/lib/AsmParser/Lexer.l"
 { RET_TOK(MemOpVal, Free, FREE); }
 	YY_BREAK
 case 85:
 YY_RULE_SETUP
-#line 271 "/Volumes/ProjectsDisk/cvs/llvm/lib/AsmParser/Lexer.l"
+#line 271 "/Users/bocchino/vllvm-checkin/src/lib/AsmParser/Lexer.l"
 { RET_TOK(MemOpVal, Load, LOAD); }
 	YY_BREAK
 case 86:
 YY_RULE_SETUP
-#line 272 "/Volumes/ProjectsDisk/cvs/llvm/lib/AsmParser/Lexer.l"
+#line 272 "/Users/bocchino/vllvm-checkin/src/lib/AsmParser/Lexer.l"
 { RET_TOK(MemOpVal, Store, STORE); }
 	YY_BREAK
 case 87:
 YY_RULE_SETUP
-#line 273 "/Volumes/ProjectsDisk/cvs/llvm/lib/AsmParser/Lexer.l"
+#line 273 "/Users/bocchino/vllvm-checkin/src/lib/AsmParser/Lexer.l"
 { RET_TOK(MemOpVal, GetElementPtr, GETELEMENTPTR); }
 	YY_BREAK
 case 88:
 YY_RULE_SETUP
-#line 276 "/Volumes/ProjectsDisk/cvs/llvm/lib/AsmParser/Lexer.l"
+#line 275 "/Users/bocchino/vllvm-checkin/src/lib/AsmParser/Lexer.l"
+{ RET_TOK(OtherOpVal, ExtractElement, EXTRACTELEMENT); }
+	YY_BREAK
+case 89:
+YY_RULE_SETUP
+#line 278 "/Users/bocchino/vllvm-checkin/src/lib/AsmParser/Lexer.l"
 {
                   UnEscapeLexed(yytext+1);
                   llvmAsmlval.StrVal = strdup(yytext+1);             // Skip %
                   return VAR_ID;
                 }
 	YY_BREAK
-case 89:
+case 90:
 YY_RULE_SETUP
-#line 281 "/Volumes/ProjectsDisk/cvs/llvm/lib/AsmParser/Lexer.l"
+#line 283 "/Users/bocchino/vllvm-checkin/src/lib/AsmParser/Lexer.l"
 {
                   yytext[strlen(yytext)-1] = 0;  // nuke colon
                   UnEscapeLexed(yytext);
@@ -1581,9 +1593,9 @@
                   return LABELSTR;
                 }
 	YY_BREAK
-case 90:
+case 91:
 YY_RULE_SETUP
-#line 287 "/Volumes/ProjectsDisk/cvs/llvm/lib/AsmParser/Lexer.l"
+#line 289 "/Users/bocchino/vllvm-checkin/src/lib/AsmParser/Lexer.l"
 {
                   yytext[strlen(yytext)-2] = 0;  // nuke colon, end quote
                   UnEscapeLexed(yytext+1);
@@ -1591,9 +1603,9 @@
                   return LABELSTR;
                 }
 	YY_BREAK
-case 91:
+case 92:
 YY_RULE_SETUP
-#line 294 "/Volumes/ProjectsDisk/cvs/llvm/lib/AsmParser/Lexer.l"
+#line 296 "/Users/bocchino/vllvm-checkin/src/lib/AsmParser/Lexer.l"
 { // Note that we cannot unescape a string constant here!  The
                    // string constant might contain a \00 which would not be
                    // understood by the string stuff.  It is valid to make a
@@ -1604,14 +1616,14 @@
                    return STRINGCONSTANT;
                  }
 	YY_BREAK
-case 92:
-YY_RULE_SETUP
-#line 305 "/Volumes/ProjectsDisk/cvs/llvm/lib/AsmParser/Lexer.l"
-{ llvmAsmlval.UInt64Val = atoull(yytext); return EUINT64VAL; }
-	YY_BREAK
 case 93:
 YY_RULE_SETUP
-#line 306 "/Volumes/ProjectsDisk/cvs/llvm/lib/AsmParser/Lexer.l"
+#line 307 "/Users/bocchino/vllvm-checkin/src/lib/AsmParser/Lexer.l"
+{ llvmAsmlval.UInt64Val = atoull(yytext); return EUINT64VAL; }
+	YY_BREAK
+case 94:
+YY_RULE_SETUP
+#line 308 "/Users/bocchino/vllvm-checkin/src/lib/AsmParser/Lexer.l"
 {
                   uint64_t Val = atoull(yytext+1);
                   // +1:  we have bigger negative range
@@ -1621,17 +1633,17 @@
                   return ESINT64VAL;
                 }
 	YY_BREAK
-case 94:
+case 95:
 YY_RULE_SETUP
-#line 314 "/Volumes/ProjectsDisk/cvs/llvm/lib/AsmParser/Lexer.l"
+#line 316 "/Users/bocchino/vllvm-checkin/src/lib/AsmParser/Lexer.l"
 {
                    llvmAsmlval.UInt64Val = HexIntToVal(yytext+3);
                    return yytext[0] == 's' ? ESINT64VAL : EUINT64VAL;
                  }
 	YY_BREAK
-case 95:
+case 96:
 YY_RULE_SETUP
-#line 319 "/Volumes/ProjectsDisk/cvs/llvm/lib/AsmParser/Lexer.l"
+#line 321 "/Users/bocchino/vllvm-checkin/src/lib/AsmParser/Lexer.l"
 {
                   uint64_t Val = atoull(yytext+1);
                   if ((unsigned)Val != Val)
@@ -1640,9 +1652,9 @@
                   return UINTVAL;
                 }
 	YY_BREAK
-case 96:
+case 97:
 YY_RULE_SETUP
-#line 326 "/Volumes/ProjectsDisk/cvs/llvm/lib/AsmParser/Lexer.l"
+#line 328 "/Users/bocchino/vllvm-checkin/src/lib/AsmParser/Lexer.l"
 {
                   uint64_t Val = atoull(yytext+2);
                   // +1:  we have bigger negative range
@@ -1652,18 +1664,18 @@
                   return SINTVAL;
                 }
 	YY_BREAK
-case 97:
-YY_RULE_SETUP
-#line 335 "/Volumes/ProjectsDisk/cvs/llvm/lib/AsmParser/Lexer.l"
-{ llvmAsmlval.FPVal = atof(yytext); return FPVAL; }
-	YY_BREAK
 case 98:
 YY_RULE_SETUP
-#line 336 "/Volumes/ProjectsDisk/cvs/llvm/lib/AsmParser/Lexer.l"
+#line 337 "/Users/bocchino/vllvm-checkin/src/lib/AsmParser/Lexer.l"
+{ llvmAsmlval.FPVal = atof(yytext); return FPVAL; }
+	YY_BREAK
+case 99:
+YY_RULE_SETUP
+#line 338 "/Users/bocchino/vllvm-checkin/src/lib/AsmParser/Lexer.l"
 { llvmAsmlval.FPVal = HexToFP(yytext); return FPVAL; }
 	YY_BREAK
 case YY_STATE_EOF(INITIAL):
-#line 338 "/Volumes/ProjectsDisk/cvs/llvm/lib/AsmParser/Lexer.l"
+#line 340 "/Users/bocchino/vllvm-checkin/src/lib/AsmParser/Lexer.l"
 {
                   /* Make sure to free the internal buffers for flex when we are
                    * done reading our input!
@@ -1672,22 +1684,22 @@
                   return EOF;
                 }
 	YY_BREAK
-case 99:
-YY_RULE_SETUP
-#line 346 "/Volumes/ProjectsDisk/cvs/llvm/lib/AsmParser/Lexer.l"
-{ /* Ignore whitespace */ }
-	YY_BREAK
 case 100:
 YY_RULE_SETUP
-#line 347 "/Volumes/ProjectsDisk/cvs/llvm/lib/AsmParser/Lexer.l"
-{ return yytext[0]; }
+#line 348 "/Users/bocchino/vllvm-checkin/src/lib/AsmParser/Lexer.l"
+{ /* Ignore whitespace */ }
 	YY_BREAK
 case 101:
 YY_RULE_SETUP
-#line 349 "/Volumes/ProjectsDisk/cvs/llvm/lib/AsmParser/Lexer.l"
+#line 349 "/Users/bocchino/vllvm-checkin/src/lib/AsmParser/Lexer.l"
+{ return yytext[0]; }
+	YY_BREAK
+case 102:
+YY_RULE_SETUP
+#line 351 "/Users/bocchino/vllvm-checkin/src/lib/AsmParser/Lexer.l"
 YY_FATAL_ERROR( "flex scanner jammed" );
 	YY_BREAK
-#line 1691 "Lexer.cpp"
+#line 1703 "Lexer.cpp"
 
 	case YY_END_OF_BUFFER:
 		{
@@ -1974,7 +1986,7 @@
 		while ( yy_chk[yy_base[yy_current_state] + yy_c] != yy_current_state )
 			{
 			yy_current_state = (int) yy_def[yy_current_state];
-			if ( yy_current_state >= 405 )
+			if ( yy_current_state >= 416 )
 				yy_c = yy_meta[(unsigned int) yy_c];
 			}
 		yy_current_state = yy_nxt[yy_base[yy_current_state] + (unsigned int) yy_c];
@@ -2004,11 +2016,11 @@
 	while ( yy_chk[yy_base[yy_current_state] + yy_c] != yy_current_state )
 		{
 		yy_current_state = (int) yy_def[yy_current_state];
-		if ( yy_current_state >= 405 )
+		if ( yy_current_state >= 416 )
 			yy_c = yy_meta[(unsigned int) yy_c];
 		}
 	yy_current_state = yy_nxt[yy_base[yy_current_state] + (unsigned int) yy_c];
-	yy_is_jam = (yy_current_state == 404);
+	yy_is_jam = (yy_current_state == 415);
 	if ( ! yy_is_jam )
 		*yy_state_ptr++ = yy_current_state;
 
@@ -2569,5 +2581,5 @@
 	return 0;
 	}
 #endif
-#line 349 "/Volumes/ProjectsDisk/cvs/llvm/lib/AsmParser/Lexer.l"
+#line 351 "/Users/bocchino/vllvm-checkin/src/lib/AsmParser/Lexer.l"