[llvm-commits] CVS: llvm/lib/Target/TargetMachine.cpp
Chris Lattner
lattner at cs.uiuc.edu
Sun Jun 20 02:56:01 PDT 2004
Changes in directory llvm/lib/Target:
TargetMachine.cpp updated: 1.25 -> 1.26
---
Log message:
Move the IntrinsicLowering header into the CodeGen directory, as per PR346: http://llvm.cs.uiuc.edu/PR346
---
Diffs of the changes: (+1 -1)
Index: llvm/lib/Target/TargetMachine.cpp
diff -u llvm/lib/Target/TargetMachine.cpp:1.25 llvm/lib/Target/TargetMachine.cpp:1.26
--- llvm/lib/Target/TargetMachine.cpp:1.25 Wed Jun 2 00:55:48 2004
+++ llvm/lib/Target/TargetMachine.cpp Sun Jun 20 02:47:20 2004
@@ -13,7 +13,7 @@
#include "llvm/Target/TargetMachine.h"
#include "llvm/Type.h"
-#include "llvm/IntrinsicLowering.h"
+#include "llvm/CodeGen/IntrinsicLowering.h"
#include "Support/CommandLine.h"
using namespace llvm;
More information about the llvm-commits
mailing list