OSDN Git Service

- Added VConstant as an abstract version of ConstantVec.
authorEvan Cheng <evan.cheng@apple.com>
Wed, 1 Mar 2006 00:51:13 +0000 (00:51 +0000)
committerEvan Cheng <evan.cheng@apple.com>
Wed, 1 Mar 2006 00:51:13 +0000 (00:51 +0000)
commit1ab7d859cf5c490612799d7e132c0b1c39f8f497
tree69de0332d21897791b3a7ddf7dff86750fc366cd
parentce531a4effd2c43304a47d1fb13b21bf6c47fca7
- Added VConstant as an abstract version of ConstantVec.
- All abstrct vector nodes must have # of elements and element type as their
first two operands.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@26432 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/CodeGen/SelectionDAGNodes.h
lib/CodeGen/SelectionDAG/SelectionDAG.cpp