summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen/CodeGenModule.cpp
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2009-11-29 21:09:36 +0000
committerChris Lattner <sabre@nondot.org>2009-11-29 21:09:36 +0000
commit52e7715b0bfc9604cf351beaeafac7c8612b2480 (patch)
tree98ff1fe203edd04a12c57964a274efef8edf99a1 /clang/lib/CodeGen/CodeGenModule.cpp
parentfcb9caa7726eda3194029d846213a524a60b640f (diff)
downloadbcm5719-llvm-52e7715b0bfc9604cf351beaeafac7c8612b2480.tar.gz
bcm5719-llvm-52e7715b0bfc9604cf351beaeafac7c8612b2480.zip
Fix a really nasty caching bug I introduced in memdep. An entry
was being added to the Result vector, but not being put in the cache. This means that if the cache was reused wholesale for a later query that it would be missing this entry and we'd do an incorrect load elimination. Unfortunately, it's not really possible to write a useful testcase for this, but this unbreaks 255.vortex. llvm-svn: 90093
Diffstat (limited to 'clang/lib/CodeGen/CodeGenModule.cpp')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud