remove autoupgrade support for old forms of llvm.prefetch and the old
authorChris Lattner <sabre@nondot.org>
Sun, 27 Nov 2011 07:42:04 +0000 (07:42 +0000)
committerChris Lattner <sabre@nondot.org>
Sun, 27 Nov 2011 07:42:04 +0000 (07:42 +0000)
commit3211c6e31b5715cbfa19bd17f2eaf5d3c1bec14a
treed35c5272a8f94d2d394aef42ccd570f4bb1c5a0a
parentf51572aaf9427dc849e7f3545099a1951273b3db
remove autoupgrade support for old forms of llvm.prefetch and the old
trampoline forms.  Both of these were correct in LLVM 3.0, and we don't
need to support LLVM 2.9 and earlier in mainline.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@145174 91177308-0d34-0410-b5e6-96231b3b80d8
lib/VMCore/AutoUpgrade.cpp
test/Assembler/AutoUpgradeIntrinsics.ll [deleted file]
test/CodeGen/X86/2008-01-16-Trampoline.ll [deleted file]
test/Feature/intrinsics.ll
test/Transforms/GlobalOpt/2008-02-16-NestAttr.ll [deleted file]
test/Transforms/InstCombine/2007-09-11-Trampoline.ll [deleted file]
test/Transforms/InstCombine/2008-01-14-DoubleNest.ll [deleted file]