mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-28 08:16:05 +00:00
Add support for dos-style files
llvm-svn: 13837
This commit is contained in:
parent
023eb7484f
commit
a7e4eba812
@ -314,7 +314,7 @@ getelementptr { RET_TOK(MemOpVal, GetElementPtr, GETELEMENTPTR); }
|
||||
return EOF;
|
||||
}
|
||||
|
||||
[ \t\n] { /* Ignore whitespace */ }
|
||||
[ \r\t\n] { /* Ignore whitespace */ }
|
||||
. { return yytext[0]; }
|
||||
|
||||
%%
|
||||
|
Loading…
x
Reference in New Issue
Block a user