OSDN Git Service

[codeview] Don't use the type visitor to merge types
authorReid Kleckner <rnk@google.com>
Mon, 17 Jul 2017 20:31:38 +0000 (20:31 +0000)
committerReid Kleckner <rnk@google.com>
Mon, 17 Jul 2017 20:31:38 +0000 (20:31 +0000)
commitafcf19db87ae1baaf2c0479236a27fe2f982cd46
tree3fb4879b0863ee626555c88eaf8f9b66e7150ded
parent53034fb6bdf6e960eb1ce675dcb08047fa531315
[codeview] Don't use the type visitor to merge types

Summary:
This didn't do much to speed things up, but it implements a FIXME, and I
think it's a nice simplification. We don't need the record kind switch.
We're doing that ourselves.

Reviewers: ruiu, inglorion

Subscribers: llvm-commits, hiraditya

Differential Revision: https://reviews.llvm.org/D35496

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@308213 91177308-0d34-0410-b5e6-96231b3b80d8
lib/DebugInfo/CodeView/TypeStreamMerger.cpp