aboutsummaryrefslogtreecommitdiff
path: root/llvm/test/Verifier/recursive-struct-param.ll
AgeCommit message (Collapse)AuthorFilesLines
2015-03-13Fix an infinite recursion in the verifier caused by calling isSized on a ↵Owen Anderson1-0/+15
recursive type. llvm-svn: 232143