Make ReturnInst accept a value of type void as the return value. The
authorAlkis Evlogimenos <alkis@evlogimenos.com>
Wed, 17 Nov 2004 21:02:25 +0000 (21:02 +0000)
committerAlkis Evlogimenos <alkis@evlogimenos.com>
Wed, 17 Nov 2004 21:02:25 +0000 (21:02 +0000)
commit859804f529d73120a4414c43cae5fc546453a37f
tree417e2097169df37ccb5c0ab29f89262b4e4232ca
parenta1c15bda23819f3a5c3349ca15551a7329293cd6
Make ReturnInst accept a value of type void as the return value. The
ReturnInst constructed is the same as if NULL was passed instead of
the void value.

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