switch instructions only allow constantints for their values, be more specific.
authorChris Lattner <sabre@nondot.org>
Thu, 24 Feb 2005 05:32:09 +0000 (05:32 +0000)
committerChris Lattner <sabre@nondot.org>
Thu, 24 Feb 2005 05:32:09 +0000 (05:32 +0000)
commitd1a326006df65470217b9f2f23a4cee2a9696646
tree290bdfa73c98f2eee204f68021b64bcbd71a2901
parent7e6182319dd5baeb1b66bbdc5ab5bf2e9c541341
switch instructions only allow constantints for their values, be more specific.

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