[IPO] Disabled 'default only' switch statements to fix MSVC warnings.
authorSimon Pilgrim <llvm-dev@redking.me.uk>
Wed, 5 Jun 2019 10:04:05 +0000 (10:04 +0000)
committerSimon Pilgrim <llvm-dev@redking.me.uk>
Wed, 5 Jun 2019 10:04:05 +0000 (10:04 +0000)
commitdb134aaec24e8a88fdac9b5015e7af8575b5cad6
treee83cff4be71ed92e731a120bac241bf742de085c
parente12334a0f248bd1579af995fb09157a65500400a
[IPO] Disabled 'default only' switch statements to fix MSVC warnings.

@jdoerfert Looks like these are placeholders for incoming abstract attributes patches so I've just commented the code out, even though this is usually frowned upon.

llvm-svn: 362592
llvm/lib/Transforms/IPO/Attributor.cpp