BugFix: a == a is not always True for floating point, it is false if one of them...
authorMichael Beck <beck@ipd.info.uni-karlsruhe.de>
Wed, 10 Nov 2004 17:11:38 +0000 (17:11 +0000)
committerMichael Beck <beck@ipd.info.uni-karlsruhe.de>
Wed, 10 Nov 2004 17:11:38 +0000 (17:11 +0000)
commitf8ebd04aadcde3b2b98a43f695698d1de5388ebc
tree14bdab55171ba83df97f7e38ee870c25de24d590
parent71e6a8373b7e49d4b95459b6d779354c2280d921
BugFix: a == a is not always True for floating point, it is false if one of them are a NaN ...

[r4363]
ir/ir/iropt.c