[llvm-commits] CVS: llvm/lib/Target/TargetData.cpp TargetMachine.cpp
Reid Spencer
reid at x10sys.com
Wed Sep 1 15:55:53 PDT 2004
Changes in directory llvm/lib/Target:
TargetData.cpp updated: 1.51 -> 1.52
TargetMachine.cpp updated: 1.33 -> 1.34
---
Log message:
Changes For Bug 352: http://llvm.cs.uiuc.edu/PR352
Move include/Config and include/Support into include/llvm/Config,
include/llvm/ADT and include/llvm/Support. From here on out, all LLVM
public header files must be under include/llvm/.
---
Diffs of the changes: (+2 -2)
Index: llvm/lib/Target/TargetData.cpp
diff -u llvm/lib/Target/TargetData.cpp:1.51 llvm/lib/Target/TargetData.cpp:1.52
--- llvm/lib/Target/TargetData.cpp:1.51 Tue Aug 17 14:13:00 2004
+++ llvm/lib/Target/TargetData.cpp Wed Sep 1 17:55:35 2004
@@ -21,7 +21,7 @@
#include "llvm/DerivedTypes.h"
#include "llvm/Constants.h"
#include "llvm/Support/GetElementPtrTypeIterator.h"
-#include "Support/MathExtras.h"
+#include "llvm/Support/MathExtras.h"
using namespace llvm;
// Handle the Pass registration stuff necessary to use TargetData's.
Index: llvm/lib/Target/TargetMachine.cpp
diff -u llvm/lib/Target/TargetMachine.cpp:1.33 llvm/lib/Target/TargetMachine.cpp:1.34
--- llvm/lib/Target/TargetMachine.cpp:1.33 Tue Aug 10 18:10:25 2004
+++ llvm/lib/Target/TargetMachine.cpp Wed Sep 1 17:55:35 2004
@@ -14,7 +14,7 @@
#include "llvm/Target/TargetMachine.h"
#include "llvm/Type.h"
#include "llvm/CodeGen/IntrinsicLowering.h"
-#include "Support/CommandLine.h"
+#include "llvm/Support/CommandLine.h"
using namespace llvm;
//---------------------------------------------------------------------------
More information about the llvm-commits
mailing list