| commit | fd3d29a9784eecccb7be668d2e58c9ae0c4657b3 | [log] [tgz] |
|---|---|---|
| author | Chris Lattner <sabre@nondot.org> | Sun Oct 22 06:07:41 2006 +0000 |
| committer | Chris Lattner <sabre@nondot.org> | Sun Oct 22 06:07:41 2006 +0000 |
| tree | 025f7517d65b95b2083f74312e81039df473883a | |
| parent | 0489716a675b5c903d1efcd51d965261ecad94c7 [diff] [blame] |
change keyword to datalayout llvm-svn: 31108
diff --git a/llvm/lib/AsmParser/Lexer.l b/llvm/lib/AsmParser/Lexer.l index af61a67..08a70e0 100644 --- a/llvm/lib/AsmParser/Lexer.l +++ b/llvm/lib/AsmParser/Lexer.l
@@ -210,7 +210,7 @@ deplibs { return DEPLIBS; } endian { return ENDIAN; } pointersize { return POINTERSIZE; } -data { return DATA; } +datalayout { return DATALAYOUT; } little { return LITTLE; } big { return BIG; } volatile { return VOLATILE; }