diff options
Diffstat (limited to 'lib/AsmParser/Lexer.l.cvs')
-rw-r--r-- | lib/AsmParser/Lexer.l.cvs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/AsmParser/Lexer.l.cvs b/lib/AsmParser/Lexer.l.cvs index af61a679fb..08a70e04d8 100644 --- a/lib/AsmParser/Lexer.l.cvs +++ b/lib/AsmParser/Lexer.l.cvs @@ -210,7 +210,7 @@ triple { return TRIPLE; } deplibs { return DEPLIBS; } endian { return ENDIAN; } pointersize { return POINTERSIZE; } -data { return DATA; } +datalayout { return DATALAYOUT; } little { return LITTLE; } big { return BIG; } volatile { return VOLATILE; } |