diff options
| author | Chris Lattner <sabre@nondot.org> | 2006-02-15 07:02:59 +0000 |
|---|---|---|
| committer | Chris Lattner <sabre@nondot.org> | 2006-02-15 07:02:59 +0000 |
| commit | 7edc87279c9ba4604009717603e721370a33e41f (patch) | |
| tree | 3b9c787034e464828178a508c4732b2891d9280d | |
| parent | a9d0b5800a68b1ef69db8b4b331a3868b1d7cffc (diff) | |
| download | bcm5719-llvm-7edc87279c9ba4604009717603e721370a33e41f.tar.gz bcm5719-llvm-7edc87279c9ba4604009717603e721370a33e41f.zip | |
random lexer change to test the makefile updating stuff
llvm-svn: 26203
| -rw-r--r-- | llvm/lib/AsmParser/Lexer.cpp.cvs | 1 | ||||
| -rw-r--r-- | llvm/lib/AsmParser/Lexer.l | 1 | ||||
| -rw-r--r-- | llvm/lib/AsmParser/Lexer.l.cvs | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/llvm/lib/AsmParser/Lexer.cpp.cvs b/llvm/lib/AsmParser/Lexer.cpp.cvs index 17f374f3a54..d23be71eae5 100644 --- a/llvm/lib/AsmParser/Lexer.cpp.cvs +++ b/llvm/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/llvm/lib/AsmParser/Lexer.l b/llvm/lib/AsmParser/Lexer.l index 71482e00dd2..2fa4ec11ea8 100644 --- a/llvm/lib/AsmParser/Lexer.l +++ b/llvm/lib/AsmParser/Lexer.l @@ -353,3 +353,4 @@ insertelement { RET_TOK(OtherOpVal, InsertElement, INSERTELEMENT); } . { return yytext[0]; } %% + diff --git a/llvm/lib/AsmParser/Lexer.l.cvs b/llvm/lib/AsmParser/Lexer.l.cvs index 71482e00dd2..2fa4ec11ea8 100644 --- a/llvm/lib/AsmParser/Lexer.l.cvs +++ b/llvm/lib/AsmParser/Lexer.l.cvs @@ -353,3 +353,4 @@ insertelement { RET_TOK(OtherOpVal, InsertElement, INSERTELEMENT); } . { return yytext[0]; } %% + |

