diff options
author | Julien Lerouge <jlerouge@apple.com> | 2012-10-22 19:43:56 +0000 |
---|---|---|
committer | Julien Lerouge <jlerouge@apple.com> | 2012-10-22 19:43:56 +0000 |
commit | 8cf84fa4e2fad53ad88e4835627364f48e3de2bf (patch) | |
tree | a5f7dd5c5279fd85d1b88378f4cbe2910e6f2898 /clang/lib/Frontend/CompilerInvocation.cpp | |
parent | f7000f8c5b50b12c0868e7212330a35ec02178ab (diff) | |
download | llvm-8cf84fa4e2fad53ad88e4835627364f48e3de2bf.zip llvm-8cf84fa4e2fad53ad88e4835627364f48e3de2bf.tar.gz llvm-8cf84fa4e2fad53ad88e4835627364f48e3de2bf.tar.bz2 |
Iterating over a DenseMap<std::pair<BasicBlock*, unsigned>, PHINode*> is not
deterministic, replace it with a DenseMap<std::pair<unsigned, unsigned>,
PHINode*> (we already have a map from BasicBlock to unsigned).
<rdar://problem/12541389>
llvm-svn: 166435
Diffstat (limited to 'clang/lib/Frontend/CompilerInvocation.cpp')
0 files changed, 0 insertions, 0 deletions