"git@repo.hca.bsc.es:rferrer/llvm-epi.git" did not exist on "a1a5c69b5799b3ce97939ff5151d6de97190ac58"
-
Duncan Sands authored
the body to not pass the name for the isSigned parameter. However it seems that changing prototypes is a big-no-no, so here I revert the previous change and pass "true" for isSigned, meaning this always does a signed cast, which was the previous behaviour assuming the name was not NULL! Some other C function needs to be introduced for the general case of signed or unsigned casts. This hopefully unbreaks the ocaml binding. llvm-svn: 89648
9d786d70
Loading