summaryrefslogtreecommitdiffstats
path: root/llvm/lib/MC/MCParser/AsmParser.cpp
diff options
context:
space:
mode:
authorJulien Lerouge <jlerouge@apple.com>2012-10-22 19:43:56 +0000
committerJulien Lerouge <jlerouge@apple.com>2012-10-22 19:43:56 +0000
commit8cf84fa4e2fad53ad88e4835627364f48e3de2bf (patch)
treea5f7dd5c5279fd85d1b88378f4cbe2910e6f2898 /llvm/lib/MC/MCParser/AsmParser.cpp
parentf7000f8c5b50b12c0868e7212330a35ec02178ab (diff)
downloadbcm5719-llvm-8cf84fa4e2fad53ad88e4835627364f48e3de2bf.tar.gz
bcm5719-llvm-8cf84fa4e2fad53ad88e4835627364f48e3de2bf.zip
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 'llvm/lib/MC/MCParser/AsmParser.cpp')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud