diff --git a/lib/AsmParser/Lexer.cpp.cvs b/lib/AsmParser/Lexer.cpp.cvs index 17f374f3a54..d23be71eae5 100644 --- a/lib/AsmParser/Lexer.cpp.cvs +++ b/lib/AsmParser/Lexer.cpp.cvs @@ -2623,3 +2623,4 @@ int main() #endif #line 355 "/Users/sabre/cvs/llvm/lib/AsmParser/Lexer.l" + diff --git a/lib/AsmParser/Lexer.l b/lib/AsmParser/Lexer.l index 71482e00dd2..2fa4ec11ea8 100644 --- a/lib/AsmParser/Lexer.l +++ b/lib/AsmParser/Lexer.l @@ -353,3 +353,4 @@ insertelement { RET_TOK(OtherOpVal, InsertElement, INSERTELEMENT); } . { return yytext[0]; } %% + diff --git a/lib/AsmParser/Lexer.l.cvs b/lib/AsmParser/Lexer.l.cvs index 71482e00dd2..2fa4ec11ea8 100644 --- a/lib/AsmParser/Lexer.l.cvs +++ b/lib/AsmParser/Lexer.l.cvs @@ -353,3 +353,4 @@ insertelement { RET_TOK(OtherOpVal, InsertElement, INSERTELEMENT); } . { return yytext[0]; } %% +