Remove the the test which checks the saving of a vector of booleans into memory.
authorNadav Rotem <nadav.rotem@intel.com>
Sun, 16 Oct 2011 19:06:06 +0000 (19:06 +0000)
committerNadav Rotem <nadav.rotem@intel.com>
Sun, 16 Oct 2011 19:06:06 +0000 (19:06 +0000)
commitea6578b72acf1dfa1f21d413ff134aeaad64d809
treebe27090c8600bdbc9451d53f455840dbd57d10e1
parentee62e4f6d192ee31d1ad9dd0ba0c41db6663d3c7
Remove the the test which checks the saving of a vector of booleans into memory.

The decision was to pack the bits. Currently no codegen supports this.
Currently, all of the bits in the vector are saved into the same address
in memory.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@142149 91177308-0d34-0410-b5e6-96231b3b80d8
test/CodeGen/Generic/bool-vector.ll [deleted file]