diff options
author | Owen Anderson <resistor@mac.com> | 2009-11-08 22:36:55 +0000 |
---|---|---|
committer | Owen Anderson <resistor@mac.com> | 2009-11-08 22:36:55 +0000 |
commit | 058088f219006df0d40a47bd2e7c24ea45288a5e (patch) | |
tree | e849dd87a7a9148bd98342bdcb03b3e149beeeb9 /clang/lib/CodeGen/CodeGenModule.cpp | |
parent | fd8d4e1383a829dc3cc2b271aab5abe14eca6813 (diff) | |
download | bcm5719-llvm-058088f219006df0d40a47bd2e7c24ea45288a5e.tar.gz bcm5719-llvm-058088f219006df0d40a47bd2e7c24ea45288a5e.zip |
Fix an issue where the ordering of blocks within a function could lead to different constraint
graphs being produced. The cause was that we were incorrectly marking sigma instructions as
processed after handling the sigma-specific constraints for them, potentially neglecting to
process them as normal instructions as well.
Unfortunately, the testcase that inspired this still doesn't work because of a bug in the solver,
which is next on the list to debug.
llvm-svn: 86486
Diffstat (limited to 'clang/lib/CodeGen/CodeGenModule.cpp')
0 files changed, 0 insertions, 0 deletions