BugFix: ensure that two ASM nodes are never congruent in combo.
authorMichael Beck <beck@ipd.info.uni-karlsruhe.de>
Fri, 18 Feb 2011 22:44:01 +0000 (22:44 +0000)
committerMichael Beck <beck@ipd.info.uni-karlsruhe.de>
Fri, 18 Feb 2011 22:44:01 +0000 (22:44 +0000)
commit16db5e53c1496b01c651d1ec347db4b267cc2af2
tree46a89615936ba85e3d73151cf37670382640b8ef
parent760a3c0d27a96224a74cdd7fb3a97eb11b399a3f
BugFix: ensure that two ASM nodes are never congruent in combo.

Without parsing the text of a ASM node it is not possible to decide whether two
ASM nodes are congruent. Don't even try it.

This fixes testsuite/opt/comboattrs.c

[r28422]
ir/opt/combo.c