some fixes for trunk 3.8

This commit is contained in:
Andrey Shishpanov
2015-07-16 19:16:47 +03:00
parent 73f7f583e4
commit 415f2e938c
5 changed files with 26 additions and 9 deletions

View File

@@ -147,6 +147,8 @@
define(`PTR_OP_ARGS',
ifelse(LLVM_VERSION, LLVM_3_7,
``$1 , $1 *'',
LLVM_VERSION, LLVM_3_8,
``$1 , $1 *'',
``$1 *''
)