remove support for a bunch of obsolete instruction encodings
authorChris Lattner <sabre@nondot.org>
Fri, 17 Jun 2011 18:09:11 +0000 (18:09 +0000)
committerChris Lattner <sabre@nondot.org>
Fri, 17 Jun 2011 18:09:11 +0000 (18:09 +0000)
commit96a74c57d9e8fe0595ba8308eec1276cf8bcf6b0
treee4b4550d2d3614e55355caf65c7fbd28f08b51e2
parent738f05aa90686449c56b6c9e95e35939ccc99026
remove support for a bunch of obsolete instruction encodings
and other backward compatibility hacks.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@133273 91177308-0d34-0410-b5e6-96231b3b80d8
21 files changed:
include/llvm/Bitcode/LLVMBitCodes.h
lib/Bitcode/Reader/BitcodeReader.cpp
test/Bitcode/AutoUpgradeIntrinsics.ll [deleted file]
test/Bitcode/AutoUpgradeIntrinsics.ll.bc [deleted file]
test/Bitcode/neon-intrinsics.ll [deleted file]
test/Bitcode/neon-intrinsics.ll.bc [deleted file]
test/Bitcode/sse2_loadl_pd.ll [deleted file]
test/Bitcode/sse2_loadl_pd.ll.bc [deleted file]
test/Bitcode/sse2_movl_dq.ll [deleted file]
test/Bitcode/sse2_movl_dq.ll.bc [deleted file]
test/Bitcode/sse2_movs_d.ll [deleted file]
test/Bitcode/sse2_movs_d.ll.bc [deleted file]
test/Bitcode/sse2_punpck_qdq.ll [deleted file]
test/Bitcode/sse2_punpck_qdq.ll.bc [deleted file]
test/Bitcode/sse2_shuf_pd.ll [deleted file]
test/Bitcode/sse2_shuf_pd.ll.bc [deleted file]
test/Bitcode/sse2_unpck_pd.ll [deleted file]
test/Bitcode/sse2_unpck_pd.ll.bc [deleted file]
test/Bitcode/sse41_pmulld.ll [deleted file]
test/Bitcode/sse41_pmulld.ll.bc [deleted file]
tools/llvm-bcanalyzer/llvm-bcanalyzer.cpp