Skip to content
Commit 8cf84fa4 authored by Julien Lerouge's avatar Julien Lerouge
Browse files

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
parent f7000f8c
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment