summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/R600/SIInsertWaits.cpp
diff options
context:
space:
mode:
authorDmitri Gribenko <gribozavr@gmail.com>2013-08-07 07:12:08 +0000
committerDmitri Gribenko <gribozavr@gmail.com>2013-08-07 07:12:08 +0000
commit98277bc93fcd2d6bd55d60a8b4099842bb6ffbca (patch)
tree5e80342ac69fcbdb9de36c3824f950dfd7ec58ff /llvm/lib/Target/R600/SIInsertWaits.cpp
parentcfd982af805405dd56ab4838ecc060041108ef5f (diff)
downloadbcm5719-llvm-98277bc93fcd2d6bd55d60a8b4099842bb6ffbca.tar.gz
bcm5719-llvm-98277bc93fcd2d6bd55d60a8b4099842bb6ffbca.zip
Remove the assertion for now. This breaks lld.
lld has a hashtable with StringRef keys; it needs to iterate over the keys in *insertion* order. This is currently implemented as std::vector<StringRef> + DenseMap<StringRef, T>. This will probably need a proper DenseMapInfo<StringRef> if we don't want to lose memory/performance by migrating to a different data structure. llvm-svn: 187868
Diffstat (limited to 'llvm/lib/Target/R600/SIInsertWaits.cpp')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud