aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/validation/mem2reg
diff options
authorLuc Van Oostenryck <luc.vanoostenryck@gmail.com>2018-09-09 23:23:44 +0200
committerLuc Van Oostenryck <luc.vanoostenryck@gmail.com>2018-09-10 00:54:47 +0200
commit8f98b88b4594be82dd0e18449d7254026a669dcf (patch)
treeca4c06abb2d6f2bffa8f915c8d7617f96d45b18f /validation/mem2reg
parent16517102991cab96722a90859ec9be50852747a1 (diff)
downloadsparse-dev-8f98b88b4594be82dd0e18449d7254026a669dcf.tar.gz
test: use integers of different sizes, even on 32-bit
The test optim/cse-size fials on 32-bit because it needs two integers of different size but uses int & long. These two types have indeed different sizes on 64-bit (LP64) but not on 32-bit (ILP32). Fix this by using short & int. Reported-by: Ramsay Jones <ramsay@ramsayjones.plus.com> Signed-off-by: Luc Van Oostenryck <luc.vanoostenryck@gmail.com>
Diffstat (limited to 'validation/mem2reg')
0 files changed, 0 insertions, 0 deletions