Including the symbol table in the FindUsedTypes analysis was the WRONG way
authorChris Lattner <sabre@nondot.org>
Sun, 2 Nov 2003 01:28:41 +0000 (01:28 +0000)
committerChris Lattner <sabre@nondot.org>
Sun, 2 Nov 2003 01:28:41 +0000 (01:28 +0000)
commitba12c23ca7684c94dd538577827dce8b3c1cf451
tree0cff01e73fe793a891234844e9fd964ee9b1c597
parent09dc5a68279f08a25736ddede0d759fe0b0b30c7
Including the symbol table in the FindUsedTypes analysis was the WRONG way
to fix test/Regression/CBackend/2003-10-23-UnusedType.ll.  This completely
neutered the deadtypeelim pass.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9646 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Analysis/FindUsedTypes.h
lib/Analysis/IPA/FindUsedTypes.cpp