Correct several uses of expr->literal to expr->string_literal.
authorChristoph Mallon <christoph.mallon@gmx.de>
Mon, 21 May 2012 10:51:28 +0000 (12:51 +0200)
committerChristoph Mallon <christoph.mallon@gmx.de>
Wed, 23 May 2012 04:53:41 +0000 (06:53 +0200)
commitc8977a026c0d4d6d4c96505e4b3948fae6436d08
tree9703ae53f06fce46303ca4da70c17679f36e30d4
parenta668609ba6566b9bfbb9641d5a52847d1ab508d6
Correct several uses of expr->literal to expr->string_literal.

This was harmless, because the accessed field (value) has the same offset in both structs.
ast2firm.c
attribute.c
format_check.c
parser.c