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)
commit49c5ce67eba9e92091083d9ffd578e7c6efcf25a
tree0c6dd35251101b64e237d39a7953adc761e962a7
parent1b3b2a39443e7c531348338eb02780a36a834d77
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/

llvm-svn: 242945
llvm/lib/Transforms/IPO/GlobalOpt.cpp