Make sure only one copy of a filter is placed in the
authorDuncan Sands <baldrick@free.fr>
Thu, 5 Jul 2007 15:15:01 +0000 (15:15 +0000)
committerDuncan Sands <baldrick@free.fr>
Thu, 5 Jul 2007 15:15:01 +0000 (15:15 +0000)
commit14da32a486f31ba695de9080830e6fadf4942d5b
tree52ffcc9cb6a209e4c44ad66ff7da10cef9780ada
parent586eccb8cb281c0caf133bbd82a7c95741c231cb
Make sure only one copy of a filter is placed in the
exception handling table if we encounter it multiple
times.  Filters could be folded harder than this, but
that would mean a lot more work for not much gain.

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