support LLVM trunk after 202814-202842 revisions

This commit is contained in:
Ilia Filippov
2014-03-05 10:12:30 +04:00
parent eb7401e526
commit 9ab8f4e10e
5 changed files with 21 additions and 22 deletions

View File

@@ -74,8 +74,11 @@
#include <llvm/IR/CallingConv.h>
#endif
#include <llvm/ExecutionEngine/GenericValue.h>
#include <llvm/Support/InstIterator.h>
#if defined(LLVM_3_5)
#include <llvm/IR/InstIterator.h>
#else
#include <llvm/Support/InstIterator.h>
#endif
/////////////////////////////////////////////////////////////////////////////////////
// Expr