[llvm-commits] CVS: llvm/include/llvm/ExecutionEngine/GenericValue.h
Reid Spencer
reid at x10sys.com
Wed Sep 1 15:55:57 PDT 2004
Changes in directory llvm/include/llvm/ExecutionEngine:
GenericValue.h updated: 1.5 -> 1.6
---
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: (+1 -1)
Index: llvm/include/llvm/ExecutionEngine/GenericValue.h
diff -u llvm/include/llvm/ExecutionEngine/GenericValue.h:1.5 llvm/include/llvm/ExecutionEngine/GenericValue.h:1.6
--- llvm/include/llvm/ExecutionEngine/GenericValue.h:1.5 Wed Feb 25 17:01:46 2004
+++ llvm/include/llvm/ExecutionEngine/GenericValue.h Wed Sep 1 17:55:34 2004
@@ -15,7 +15,7 @@
#ifndef GENERIC_VALUE_H
#define GENERIC_VALUE_H
-#include "Support/DataTypes.h"
+#include "llvm/Support/DataTypes.h"
namespace llvm {
More information about the llvm-commits
mailing list