summaryrefslogtreecommitdiffstats
path: root/llvm/utils
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2004-06-20 07:49:54 +0000
committerChris Lattner <sabre@nondot.org>2004-06-20 07:49:54 +0000
commitbcdadf376549b8157a27407fdffd33b47261b528 (patch)
treeeae70c0283c81d53e89d395fd00d17f0f018d1bf /llvm/utils
parent4c96b0883f6ca1cc48074aba011da2dc3f0cacfe (diff)
downloadbcm5719-llvm-bcdadf376549b8157a27407fdffd33b47261b528.tar.gz
bcm5719-llvm-bcdadf376549b8157a27407fdffd33b47261b528.zip
Move the IntrinsicLowering header into the CodeGen directory, as per PR346
llvm-svn: 14266
Diffstat (limited to 'llvm/utils')
-rw-r--r--llvm/utils/TableGen/SimpleInstrSelEmitter.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/utils/TableGen/SimpleInstrSelEmitter.cpp b/llvm/utils/TableGen/SimpleInstrSelEmitter.cpp
index 8d36a741a51..df2f4a3cba6 100644
--- a/llvm/utils/TableGen/SimpleInstrSelEmitter.cpp
+++ b/llvm/utils/TableGen/SimpleInstrSelEmitter.cpp
@@ -51,8 +51,8 @@ void SimpleInstrSelEmitter::run(std::ostream &OS) {
// OS << "#include \"llvm/DerivedTypes.h\"\n";
// OS << "#include \"llvm/Function.h\"\n";
// OS << "#include \"llvm/Instructions.h\"\n";
-// OS << "#include \"llvm/IntrinsicLowering.h\"\n";
// OS << "#include \"llvm/Pass.h\"\n";
+// OS << "#include \"llvm/CodeGen/IntrinsicLowering.h\"\n";
// OS << "#include \"llvm/CodeGen/MachineConstantPool.h\"\n";
// OS << "#include \"llvm/CodeGen/MachineFrameInfo.h\"\n";
// OS << "#include \"llvm/CodeGen/MachineFunction.h\"\n";
OpenPOWER on IntegriCloud