"git@repo.hca.bsc.es:rferrer/llvm-epi-0.8.git" did not exist on "e0628c4bf2dd0499930e947ad24d131f0acaf648"
Fix PR1666, SPASS with the CBE and 254.gap with the CBE.
GCC optimizes away things like ptr < NULL to false. To "fix" this, have the CBE emit casts of pointers to intptr_t when doing relational pointer comparisons. llvm-svn: 41983
Loading
Please register or sign in to comment