Fixes to build with latest LLVM ToT

This commit is contained in:
Matt Pharr
2011-08-18 08:34:49 +01:00
parent 74c2c8ae07
commit fe54f1ad8e
3 changed files with 4 additions and 2 deletions

View File

@@ -76,7 +76,9 @@
#include <llvm/Target/TargetSelect.h>
#include <llvm/Target/TargetOptions.h>
#include <llvm/Target/TargetData.h>
#if !defined(LLVM_3_0) && !defined(LLVM_3_0svn)
#include <llvm/Target/SubtargetFeature.h>
#endif // !LLVM_3_0
#include <llvm/PassManager.h>
#include <llvm/Analysis/Verifier.h>
#include <llvm/Support/CFG.h>