From: Chris Lattner Date: Wed, 15 Feb 2006 07:02:59 +0000 (+0000) Subject: random lexer change to test the makefile updating stuff X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=2fecc0f9e2c2f7ba85326657856a470cb7d218a5;p=oota-llvm.git random lexer change to test the makefile updating stuff git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@26203 91177308-0d34-0410-b5e6-96231b3b80d8 --- 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]; } %% +