summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/X86/recip-fastmath2.ll
diff options
context:
space:
mode:
authorZachary Turner <zturner@google.com>2017-11-29 19:35:21 +0000
committerZachary Turner <zturner@google.com>2017-11-29 19:35:21 +0000
commit3e3936da935dad0686184e03dee15ef37f037465 (patch)
treeb17b0f5a456db9ecd980db4f3095a7003f0bb362 /llvm/test/CodeGen/X86/recip-fastmath2.ll
parent21e6efcb515054288fbd2aedc87fd484a1f70d3d (diff)
downloadbcm5719-llvm-3e3936da935dad0686184e03dee15ef37f037465.tar.gz
bcm5719-llvm-3e3936da935dad0686184e03dee15ef37f037465.zip
Make TypeTableBuilder inherit from TypeCollection.
A couple of places in LLD were passing references to TypeTableCollections around, which makes it hard to change the implementation at runtime. However, these cases only needed to iterate over the types in the collection, and TypeCollection already provides a handy abstract interface for this purpose. By implementing this interface, we can get rid of the need to pass TypeTableBuilder references around, which should allow us to swap the implementation at runtime in subsequent patches. llvm-svn: 319345
Diffstat (limited to 'llvm/test/CodeGen/X86/recip-fastmath2.ll')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud