st/clover: Adapt to TargetLibraryInfo.h move in LLVM SVN r226078

Trivial.
This commit is contained in:
Michel Dänzer
2015-01-15 12:57:05 +09:00
committed by Michel Dänzer
parent 0a0d2c9443
commit a6a75f1286

View File

@@ -56,7 +56,11 @@
#include <llvm/IR/DataLayout.h>
#if HAVE_LLVM >= 0x0307
#include <llvm/Analysis/TargetLibraryInfo.h>
#else
#include <llvm/Target/TargetLibraryInfo.h>
#endif
#include <llvm/Target/TargetMachine.h>
#include <llvm/Target/TargetOptions.h>