OSDN Git Service

move select validation logic into a shared place where the select ctor,
authorChris Lattner <sabre@nondot.org>
Mon, 29 Dec 2008 00:12:50 +0000 (00:12 +0000)
committerChris Lattner <sabre@nondot.org>
Mon, 29 Dec 2008 00:12:50 +0000 (00:12 +0000)
commit5870cfedbffa5ac0376781037e082f808c46f762
tree4a874bf0419e1042b7b4d8fdfa849c879701e06a
parentab7defc381e14012a7d6e5983fe6408585bb02c2
move select validation logic into a shared place where the select ctor,
verifier, asm parser, etc can share it.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@61461 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Instructions.h
lib/VMCore/Instructions.cpp
lib/VMCore/Verifier.cpp