diff options
author | Chris Lattner <sabre@nondot.org> | 2011-11-27 05:56:16 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2011-11-27 05:56:16 +0000 |
commit | db891539695e0a1c0a1418c107188f9b642d9f48 (patch) | |
tree | 10e44b8f1dcb913068321f5adea024a6e7c8d49a /llvm/lib/Bitcode/Reader/BitcodeReader.cpp | |
parent | 1c9e5678b8256a1361ef911ba88d87a09fc19986 (diff) | |
download | bcm5719-llvm-db891539695e0a1c0a1418c107188f9b642d9f48.tar.gz bcm5719-llvm-db891539695e0a1c0a1418c107188f9b642d9f48.zip |
remove autoupgrade support for LLVM 2.9 exception stuff. Mainline supports
LLVM 3.0 and later.
llvm-svn: 145165
Diffstat (limited to 'llvm/lib/Bitcode/Reader/BitcodeReader.cpp')
-rw-r--r-- | llvm/lib/Bitcode/Reader/BitcodeReader.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/llvm/lib/Bitcode/Reader/BitcodeReader.cpp b/llvm/lib/Bitcode/Reader/BitcodeReader.cpp index 1d1600a0f28..43cab159220 100644 --- a/llvm/lib/Bitcode/Reader/BitcodeReader.cpp +++ b/llvm/lib/Bitcode/Reader/BitcodeReader.cpp @@ -2701,9 +2701,6 @@ bool BitcodeReader::MaterializeModule(Module *M, std::string *ErrInfo) { } std::vector<std::pair<Function*, Function*> >().swap(UpgradedIntrinsics); - // Upgrade to new EH scheme. N.B. This will go away in 3.1. - UpgradeExceptionHandling(M); - // Check debug info intrinsics. CheckDebugInfoIntrinsics(TheModule); |