summaryrefslogtreecommitdiffstats
path: root/llvm/lib/AsmParser/LLLexer.cpp
diff options
context:
space:
mode:
authorNick Lewycky <nicholas@mxc.ca>2008-03-02 02:48:09 +0000
committerNick Lewycky <nicholas@mxc.ca>2008-03-02 02:48:09 +0000
commit3cc9be0b5955278e7f8166b8db3e9ba697902190 (patch)
treec83f9867eeaff118b40bc0d3b010909e7911e45d /llvm/lib/AsmParser/LLLexer.cpp
parent20bcdba9cadb47c3d8fbf1dd31f2942a7d43b2de (diff)
downloadbcm5719-llvm-3cc9be0b5955278e7f8166b8db3e9ba697902190.tar.gz
bcm5719-llvm-3cc9be0b5955278e7f8166b8db3e9ba697902190.zip
Add an unwind_to field to basic blocks, making them Users instead of Values.
This is the first checkin for PR1269, the new EH infrastructure. llvm-svn: 47802
Diffstat (limited to 'llvm/lib/AsmParser/LLLexer.cpp')
-rw-r--r--llvm/lib/AsmParser/LLLexer.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/lib/AsmParser/LLLexer.cpp b/llvm/lib/AsmParser/LLLexer.cpp
index f78079b6062..18b774b1820 100644
--- a/llvm/lib/AsmParser/LLLexer.cpp
+++ b/llvm/lib/AsmParser/LLLexer.cpp
@@ -474,6 +474,7 @@ int LLLexer::LexIdentifier() {
KEYWORD("asm", ASM_TOK);
KEYWORD("sideeffect", SIDEEFFECT);
KEYWORD("gc", GC);
+ KEYWORD("unwind_to", UNWIND_TO);
KEYWORD("cc", CC_TOK);
KEYWORD("ccc", CCC_TOK);
OpenPOWER on IntegriCloud