Do not compare boolean values with false/true, just use them.
authorChristoph Mallon <christoph.mallon@gmx.de>
Thu, 5 May 2011 15:29:41 +0000 (17:29 +0200)
committerChristoph Mallon <christoph.mallon@gmx.de>
Thu, 5 May 2011 15:29:41 +0000 (17:29 +0200)
commitc3ddc3ef878774faea470a71d2485f92ec14a089
tree3edebff52d70ed9ff6998196a5502a6d9c0b3473
parent692227f72ea259624cc956bfc3e0dc8e8bcc318f
Do not compare boolean values with false/true, just use them.
ast.c
ast2firm.c
main.c