diff options
author | Nick Lewycky <nicholas@mxc.ca> | 2008-03-10 02:20:00 +0000 |
---|---|---|
committer | Nick Lewycky <nicholas@mxc.ca> | 2008-03-10 02:20:00 +0000 |
commit | 9be3c97183f832d084bcf0fab82f7cd8aae08385 (patch) | |
tree | 902740a9c96315d137bfa799b78a7dc6586aad3e /lib/AsmParser/LLLexer.cpp | |
parent | b8cafe3427a168414400e5dfcbea78996792d2c3 (diff) |
Turn unwind_to into "unwinds to".
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@48123 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/AsmParser/LLLexer.cpp')
-rw-r--r-- | lib/AsmParser/LLLexer.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/AsmParser/LLLexer.cpp b/lib/AsmParser/LLLexer.cpp index 18b774b182..106bb4765a 100644 --- a/lib/AsmParser/LLLexer.cpp +++ b/lib/AsmParser/LLLexer.cpp @@ -474,7 +474,7 @@ int LLLexer::LexIdentifier() { KEYWORD("asm", ASM_TOK); KEYWORD("sideeffect", SIDEEFFECT); KEYWORD("gc", GC); - KEYWORD("unwind_to", UNWIND_TO); + KEYWORD("unwinds", UNWINDS); KEYWORD("cc", CC_TOK); KEYWORD("ccc", CCC_TOK); |