Skip to content
  • Duncan Sands's avatar
    I forgot to update the prototype for LLVMBuildIntCast when correcting · 9d786d70
    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