add enough support for indirect branch for the feature test to pass
authorChris Lattner <sabre@nondot.org>
Tue, 27 Oct 2009 19:13:16 +0000 (19:13 +0000)
committerChris Lattner <sabre@nondot.org>
Tue, 27 Oct 2009 19:13:16 +0000 (19:13 +0000)
commitf9be95f867745b6754b2402b9b72f9eaeabd637f
tree1f51be80a5e575555d713f49a374c10bf298e96c
parent76b39e88e470171292850d8cebc5d54227b43883
add enough support for indirect branch for the feature test to pass
(assembler,asmprinter, bc reader+writer) and document it.  Codegen
currently aborts on it.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@85274 91177308-0d34-0410-b5e6-96231b3b80d8
17 files changed:
docs/LangRef.html
include/llvm/Bitcode/LLVMBitCodes.h
include/llvm/Instruction.def
include/llvm/Instructions.h
include/llvm/Support/InstVisitor.h
lib/AsmParser/LLLexer.cpp
lib/AsmParser/LLParser.cpp
lib/AsmParser/LLParser.h
lib/AsmParser/LLToken.h
lib/Bitcode/Reader/BitcodeReader.cpp
lib/Bitcode/Writer/BitcodeWriter.cpp
lib/CodeGen/SelectionDAG/SelectionDAGBuild.cpp
lib/CodeGen/SelectionDAG/SelectionDAGBuild.h
lib/VMCore/AsmWriter.cpp
lib/VMCore/Instruction.cpp
lib/VMCore/Instructions.cpp
test/Feature/terminators.ll