1
Fork 0

debuginfo: DI generation for enums uses adt::represent_type() now.

This commit is contained in:
Michael Woerister 2013-07-11 12:51:47 +02:00
parent 70e5c08e39
commit e0108a47ab
8 changed files with 163 additions and 7 deletions

View file

@ -24,7 +24,7 @@
// check:$3 = {{Case3, a = 0, b = 22873, c = 22873, d = 22873, e = 22873}, {Case3, a = 0, b = 1499027801, c = 1499027801}, {Case3, a = 0, b = 6438275382588823897}}
// debugger:print univariant
// check:$4 = {{a = -1}}
// check:$4 = {a = -1}
// The first element is to ensure proper alignment, irrespective of the machines word size. Since
// the size of the discriminant value is machine dependent, this has be taken into account when