IPO: Avoid brace initialization of a map, some versions of libc++ don't like it
authorJustin Bogner <mail@justinbogner.com>
Wed, 22 Jul 2015 21:41:12 +0000 (21:41 +0000)
committerJustin Bogner <mail@justinbogner.com>
Wed, 22 Jul 2015 21:41:12 +0000 (21:41 +0000)
commit34e7058dc8722ca69ff9a671e0b8746ae228a403
tree4adcaf650c560455601dbc67826e80292f98e68b
parentbc6cbbfa80c26a1081c4a62fe4e98dd241486593
IPO: Avoid brace initialization of a map, some versions of libc++ don't like it

Should fix the build failure on these darwin bots:

http://lab.llvm.org:8080/green/job/clang-stage1-cmake-RA-incremental_build/12427/
http://lab.llvm.org:8080/green/job/clang-stage1-configure-RA_build/10389/

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@242945 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Transforms/IPO/GlobalOpt.cpp