Fix an infinite recursion in the verifier caused by calling isSized on a recursive...
authorOwen Anderson <resistor@mac.com>
Fri, 13 Mar 2015 06:41:26 +0000 (06:41 +0000)
committerOwen Anderson <resistor@mac.com>
Fri, 13 Mar 2015 06:41:26 +0000 (06:41 +0000)
commit39fcd2305abd9d33685ffeaa6a69d35c98177e3d
tree1729a875dc43082ef774a938df723b80cd239d57
parentfcc897cc45cba6de6a084d9aa6355b6e29fc2c6a
Fix an infinite recursion in the verifier caused by calling isSized on a recursive type.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@232143 91177308-0d34-0410-b5e6-96231b3b80d8
lib/IR/Verifier.cpp
test/Verifier/recursive-struct-param.ll [new file with mode: 0644]