Fix for missing declaration of IntrinsicInst

This commit is contained in:
Vsevolod Livinskiy
2014-10-29 23:48:21 +04:00
parent 215ca762d0
commit a239f37302
2 changed files with 4 additions and 1 deletions

View File

@@ -883,7 +883,7 @@ AddBitcodeToModule(const unsigned char *bitcode, int length,
&linkError))
Error(SourcePos(), "Error linking stdlib bitcode: %s", linkError.c_str());
#else // LLVM 3.6+
))
)) {}
#endif
lSetInternalFunctions(module);
if (symbolTable != NULL)