forked from OSchip/llvm-project
Move the IntrinsicLowering header into the CodeGen directory
llvm-svn: 14265
This commit is contained in:
parent
5f142cfc4d
commit
4c96b0883f
|
@ -17,9 +17,9 @@
|
|||
#include "JIT/JIT.h"
|
||||
#include "llvm/Constants.h"
|
||||
#include "llvm/DerivedTypes.h"
|
||||
#include "llvm/IntrinsicLowering.h"
|
||||
#include "llvm/Module.h"
|
||||
#include "llvm/ModuleProvider.h"
|
||||
#include "llvm/CodeGen/IntrinsicLowering.h"
|
||||
#include "llvm/ExecutionEngine/ExecutionEngine.h"
|
||||
#include "llvm/ExecutionEngine/GenericValue.h"
|
||||
#include "llvm/Target/TargetData.h"
|
||||
|
|
Loading…
Reference in New Issue