PR7704: A function is not allowed to return a function; make sure to enforce
authorEli Friedman <eli.friedman@gmail.com>
Sat, 24 Jul 2010 22:58:04 +0000 (22:58 +0000)
committerEli Friedman <eli.friedman@gmail.com>
Sat, 24 Jul 2010 22:58:04 +0000 (22:58 +0000)
commit327f4e4ab2acdc0594581825b0d0a4dca45e8acc
tree9b7c535d6cec60af2f5c82e86b37470d4f057891
parentcec36f4c1118dc8388910d4753fe7cbf88d2d793
PR7704: A function is not allowed to return a function; make sure to enforce
this consistently.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@109360 91177308-0d34-0410-b5e6-96231b3b80d8
lib/VMCore/Type.cpp