summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2006-02-15 07:02:59 +0000
committerChris Lattner <sabre@nondot.org>2006-02-15 07:02:59 +0000
commit7edc87279c9ba4604009717603e721370a33e41f (patch)
tree3b9c787034e464828178a508c4732b2891d9280d
parenta9d0b5800a68b1ef69db8b4b331a3868b1d7cffc (diff)
downloadbcm5719-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.cvs1
-rw-r--r--llvm/lib/AsmParser/Lexer.l1
-rw-r--r--llvm/lib/AsmParser/Lexer.l.cvs1
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]; }
%%
+
OpenPOWER on IntegriCloud