Revert 85678/85680. The decision is to stay with the current form of
authorChris Lattner <sabre@nondot.org>
Sun, 1 Nov 2009 01:27:45 +0000 (01:27 +0000)
committerChris Lattner <sabre@nondot.org>
Sun, 1 Nov 2009 01:27:45 +0000 (01:27 +0000)
commitcdfc940912d56a63b6f12eaa7f3faf79cf74c693
treed726a0bce552dab388c526c707aa0b88455241e5
parentde17fb6e4dd8f169f707d58d4e124c8d4d2c7dba
Revert 85678/85680.  The decision is to stay with the current form of
indirectbr, thus we don't need "blockaddr(@func, null)".  Eliminate it
for simplicity.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@85699 91177308-0d34-0410-b5e6-96231b3b80d8
docs/LangRef.html
include/llvm/Constants.h
lib/AsmParser/LLParser.cpp
lib/Bitcode/Reader/BitcodeReader.cpp
lib/Bitcode/Writer/BitcodeWriter.cpp
lib/Bitcode/Writer/ValueEnumerator.cpp
lib/Transforms/IPO/GlobalOpt.cpp
lib/Transforms/Utils/ValueMapper.cpp
lib/VMCore/AsmWriter.cpp
lib/VMCore/BasicBlock.cpp
lib/VMCore/Constants.cpp