|
|
| Bugzilla Link |
3079 |
| Resolution |
FIXED |
| Resolved on |
Nov 22, 2008 13:18 |
| Version |
unspecified |
| OS |
Linux |
| Attachments |
Proposed patch. |
| Reporter |
LLVM Bugzilla Contributor |
Extended Description
There's an oversight in clang's CodeGen module in which constant * and / operations are handled, but % (remainder/mod) isn't. The attached patch fixes this bug.