diff options
author | Duncan Sands <baldrick@free.fr> | 2009-11-23 10:49:03 +0000 |
---|---|---|
committer | Duncan Sands <baldrick@free.fr> | 2009-11-23 10:49:03 +0000 |
commit | e8e01b600cd377504e5288a31152b1db4b8477b1 (patch) | |
tree | 2cb12f61c7862a457d19dfeacb71eae940c8f6ea /lib/CodeGen/SelectionDAG/FunctionLoweringInfo.cpp | |
parent | e3ab75d886935fb276ee02bd74e0a64a225ad343 (diff) |
I forgot to update the prototype for LLVMBuildIntCast when correcting
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.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@89648 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/SelectionDAG/FunctionLoweringInfo.cpp')
0 files changed, 0 insertions, 0 deletions