Details
Details
Diff Detail
Diff Detail
Event Timeline
Comment Actions
LGTM with one minor comment
| clang/lib/CodeGen/CGBuiltin.cpp | ||
|---|---|---|
| 7739 | } else {, so you aren't multiplying by zero? | |
Comment Actions
Thanks for reviewing!
| clang/lib/CodeGen/CGBuiltin.cpp | ||
|---|---|---|
| 7739 | Good catch, I've fixed that before committing. | |
} else {, so you aren't multiplying by zero?