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 | 9d786d701d91cc149c54016d1881bd0f990235f6 (patch) | |
tree | 6755bab67b0963cd0e4035b26c47778bde64d027 /clang/lib/Sema/TreeTransform.h | |
parent | 890a1d120f3017927bd6b3120803d896f48f25b9 (diff) | |
download | bcm5719-llvm-9d786d701d91cc149c54016d1881bd0f990235f6.tar.gz bcm5719-llvm-9d786d701d91cc149c54016d1881bd0f990235f6.zip |
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.
llvm-svn: 89648
Diffstat (limited to 'clang/lib/Sema/TreeTransform.h')
0 files changed, 0 insertions, 0 deletions