remove autoupgrade support for really old-style debug info intrinsics.
authorChris Lattner <sabre@nondot.org>
Sun, 27 Nov 2011 06:18:33 +0000 (06:18 +0000)
committerChris Lattner <sabre@nondot.org>
Sun, 27 Nov 2011 06:18:33 +0000 (06:18 +0000)
commita7e6f74631d8a484b3c8e0d9546c221824ab42a5
tree34a65b53548cbbbb3a707a294562b4b29813c06b
parent663aebf8d65ce649d8a888a2a29493fe649b5c5d
remove autoupgrade support for really old-style debug info intrinsics.
I think this is the last of autoupgrade that can be removed in 3.1.
Can the atomic upgrade stuff also go?

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@145169 91177308-0d34-0410-b5e6-96231b3b80d8
13 files changed:
include/llvm/AutoUpgrade.h
lib/AsmParser/LLParser.cpp
lib/Bitcode/Reader/BitcodeReader.cpp
lib/VMCore/AutoUpgrade.cpp
test/DebugInfo/2009-01-15-dbg_declare.ll [deleted file]
test/Transforms/ScalarRepl/2009-03-05-Aggre2Scalar-dbg.ll [deleted file]
test/Transforms/ScalarRepl/debuginfo.ll [deleted file]
test/Transforms/SimplifyCFG/branch-branch-dbginfo.ll [deleted file]
test/Transforms/SimplifyCFG/branch_fold_dbg.ll [deleted file]
test/Transforms/SimplifyCFG/hoist-common-code.dbg.ll [deleted file]
test/Transforms/SimplifyCFG/switch_formation.dbg.ll [deleted file]
test/Transforms/SimplifyCFG/switch_switch_fold_dbginfo.ll [deleted file]
test/Transforms/SimplifyCFG/two-entry-phi-return.dbg.ll [deleted file]