Add a few test cases to ensure the bitcode reader is backward compatible with
authorChad Rosier <mcrosier@apple.com>
Tue, 25 Oct 2011 20:33:19 +0000 (20:33 +0000)
committerChad Rosier <mcrosier@apple.com>
Tue, 25 Oct 2011 20:33:19 +0000 (20:33 +0000)
commit847915d63affbec8eb062eca2595ee6a762f2332
tree17b1df14393dacf78b1c84fbf203e654a960e7cb
parentca30f75703fa4f032b256bba445608c79e2bd82c
Add a few test cases to ensure the bitcode reader is backward compatible with
LLVM 2.9.  My understanding is that we plan to maintain compatibility with 2.9
until the 3.1 release.  At that time we can generate new test cases using LLVM
3.0.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@142958 91177308-0d34-0410-b5e6-96231b3b80d8
test/Bitcode/fbench-llvm-2.9.ll [new file with mode: 0644]
test/Bitcode/fbench-llvm-2.9.ll.bc [new file with mode: 0644]
test/Bitcode/spirit-llvm-2.9.ll [new file with mode: 0644]
test/Bitcode/spirit-llvm-2.9.ll.bc [new file with mode: 0644]