Add a test case for testing basic IR features via llvm2cpp. This helps find
authorReid Spencer <rspencer@reidspencer.com>
Wed, 11 Apr 2007 19:54:37 +0000 (19:54 +0000)
committerReid Spencer <rspencer@reidspencer.com>
Wed, 11 Apr 2007 19:54:37 +0000 (19:54 +0000)
commit6b8a6b50d91d625c15497bd400a537e4526e0179
treedbdd281c6b84288a34a873db75f07853aa9cece1
parentb18cbfe41da7ca286c9a8377556aa8852fe523e4
Add a test case for testing basic IR features via llvm2cpp. This helps find
bit rot in llvm2cpp and also tests the LLVM C++ IR in ways that llvm-as
doesn't.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@35917 91177308-0d34-0410-b5e6-96231b3b80d8
test/Feature/llvm2cpp.ll [new file with mode: 0644]