summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/StackProtector.cpp
diff options
context:
space:
mode:
authorChandler Carruth <chandlerc@gmail.com>2012-03-07 09:39:46 +0000
committerChandler Carruth <chandlerc@gmail.com>2012-03-07 09:39:46 +0000
commit962152ca7adf8fce5a76f761cf7c886fb2e6894b (patch)
treee808c8a96dbdddad3464a677ff293b3fc0ba2c65 /llvm/lib/CodeGen/StackProtector.cpp
parent2bd66afa4291cffaab74ee055d29e8bae6087921 (diff)
downloadbcm5719-llvm-962152ca7adf8fce5a76f761cf7c886fb2e6894b.tar.gz
bcm5719-llvm-962152ca7adf8fce5a76f761cf7c886fb2e6894b.zip
Remove another outbreak of customized (and completely broken) hashing.
This one is particularly annoying because the hashing algorithm is highly specialized, with a strange "equivalence" definition that subsets the fields involved. Still, this looks at the exact same set of data as the old code, but without bitwise or-ing over parts of it and other mixing badness. No functionality changed here. I've left a substantial fixme about the fact that there is a cleaner and more principled way to do this, but it requires making the equality definition actual stable for particular types... llvm-svn: 152218
Diffstat (limited to 'llvm/lib/CodeGen/StackProtector.cpp')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud