[LLVMContext] Respect default value of -opaque-pointers option (NFC)
authorNikita Popov <npopov@redhat.com>
Wed, 23 Mar 2022 11:57:30 +0000 (12:57 +0100)
committerNikita Popov <npopov@redhat.com>
Wed, 23 Mar 2022 11:59:42 +0000 (12:59 +0100)
commitcde6003ae07195f6d62c73eb98c585af6693e6bb
tree30b4291c2a42762ec2a2dc662f3a8daff2ca72e4
parentb0bc93da926a943cdc2d8b04f8dcbe23a774520c
[LLVMContext] Respect default value of -opaque-pointers option (NFC)

If the option is edited to use true as the default, we should
respect that, rather than hardcoding false here.
llvm/lib/IR/LLVMContextImpl.cpp