From db891539695e0a1c0a1418c107188f9b642d9f48 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Sun, 27 Nov 2011 05:56:16 +0000 Subject: remove autoupgrade support for LLVM 2.9 exception stuff. Mainline supports LLVM 3.0 and later. llvm-svn: 145165 --- llvm/lib/Bitcode/Reader/BitcodeReader.cpp | 3 --- 1 file changed, 3 deletions(-) (limited to 'llvm/lib/Bitcode/Reader/BitcodeReader.cpp') diff --git a/llvm/lib/Bitcode/Reader/BitcodeReader.cpp b/llvm/lib/Bitcode/Reader/BitcodeReader.cpp index 1d1600a..43cab15 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 >().swap(UpgradedIntrinsics); - // Upgrade to new EH scheme. N.B. This will go away in 3.1. - UpgradeExceptionHandling(M); - // Check debug info intrinsics. CheckDebugInfoIntrinsics(TheModule); -- cgit v1.1