Anders Magnusson
2014-08-13 20:18:59 UTC
Module Name: pcc
Committed By: ragge
Date: Wed Aug 13 20:18:59 UTC 2014
Modified Files:
pcc/cc/ccom: trees.c
Log Message:
Always promote left operand if doing a shift. This could be conditionalized
if shift smaller than type, but not sure it is worth it.
Fixes Jira#PCC-468 by Iain Hibbert.
To generate a diff of this commit:
cvs rdiff -u -r1.334 -r1.335 pcc/cc/ccom/trees.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Committed By: ragge
Date: Wed Aug 13 20:18:59 UTC 2014
Modified Files:
pcc/cc/ccom: trees.c
Log Message:
Always promote left operand if doing a shift. This could be conditionalized
if shift smaller than type, but not sure it is worth it.
Fixes Jira#PCC-468 by Iain Hibbert.
To generate a diff of this commit:
cvs rdiff -u -r1.334 -r1.335 pcc/cc/ccom/trees.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.