Files
ldc/gen/toir.cpp
Frits van Bommel 7e99e31b91 Clean up some suspicious code.
There's no guarantee a constant of integer type is a ConstantInt, so it's not
safe to just cast<> these to ConstantInt. (It could be a constant expression,
for example)

The code is shorter this way too :).
2009-03-29 03:27:04 +02:00

77 KiB