diff options
| author | Chris Lattner <sabre@nondot.org> | 2011-11-27 06:18:33 +0000 |
|---|---|---|
| committer | Chris Lattner <sabre@nondot.org> | 2011-11-27 06:18:33 +0000 |
| commit | 90ef78c07fed088ecec0f46b760628bf8618be3f (patch) | |
| tree | 5a1c3592e9d94a9c86aaffc768078d91278d50da /llvm/lib/Bitcode/Reader/BitcodeReader.cpp | |
| parent | 800b2b42ed487602e2b260b30f3238445351c488 (diff) | |
| download | bcm5719-llvm-90ef78c07fed088ecec0f46b760628bf8618be3f.tar.gz bcm5719-llvm-90ef78c07fed088ecec0f46b760628bf8618be3f.zip | |
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?
llvm-svn: 145169
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 43cab159220..3682e6ddca3 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); - // Check debug info intrinsics. - CheckDebugInfoIntrinsics(TheModule); - return false; } |

