aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/CodeGen/LiveDebugVariables.cpp
diff options
context:
space:
mode:
authorTim Northover <tnorthover@apple.com>2013-09-16 16:43:19 +0000
committerTim Northover <tnorthover@apple.com>2013-09-16 16:43:19 +0000
commitc74e691c273420c49dde24ef806cd5aabcbeceb2 (patch)
tree4321a8360c94c9380b0dd28a712ce05773c696ef /llvm/lib/CodeGen/LiveDebugVariables.cpp
parentf9aaafd97bf1ec36c73e90c552cc1ff3e1b0990f (diff)
downloadllvm-c74e691c273420c49dde24ef806cd5aabcbeceb2.zip
llvm-c74e691c273420c49dde24ef806cd5aabcbeceb2.tar.gz
llvm-c74e691c273420c49dde24ef806cd5aabcbeceb2.tar.bz2
TableGen: give asm match classes deterministic order.
TableGen was sorting the entries in some of its internal data structures by pointer. This order filtered through to the final matching table and affected the diagnostics produced on bad assembly occasionally. It also turns out STL algorithms are ridiculously easy to misuse on containers with custom order methods. (No bugs before, or now that I know of, but plenty in the middle). This should fix the sanitizer bot, which ends up with weird pointers. llvm-svn: 190793
Diffstat (limited to 'llvm/lib/CodeGen/LiveDebugVariables.cpp')
0 files changed, 0 insertions, 0 deletions