Move the IntrinsicLowering header into the CodeGen directory

llvm-svn: 14265
This commit is contained in:
Chris Lattner
2004-06-20 07:46:18 +00:00
parent 5f142cfc4d
commit 4c96b0883f

View File

@@ -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"