OSDN Git Service

Add an unwind_to field to basic blocks, making them Users instead of Values.
authorNick Lewycky <nicholas@mxc.ca>
Sun, 2 Mar 2008 02:48:09 +0000 (02:48 +0000)
committerNick Lewycky <nicholas@mxc.ca>
Sun, 2 Mar 2008 02:48:09 +0000 (02:48 +0000)
commitfc82fabe00b0b820e3c0d7fc9e289bace0295f11
tree963a736756189f58a4bd042ddf745b895e40cbac
parentfe0753efbac4e15d5e1b8a58b06788a86d7e2545
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.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@47802 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/BasicBlock.h
include/llvm/Bitcode/LLVMBitCodes.h
lib/AsmParser/LLLexer.cpp
lib/AsmParser/llvmAsmParser.y
lib/Bitcode/Reader/BitcodeReader.cpp
lib/Bitcode/Writer/BitcodeWriter.cpp
lib/VMCore/AsmWriter.cpp
lib/VMCore/BasicBlock.cpp
test/Feature/unwindto.ll [new file with mode: 0644]
tools/llvm-bcanalyzer/llvm-bcanalyzer.cpp