[llvm-commits] CVS: llvm/include/llvm/Value.h

Chris Lattner lattner at cs.uiuc.edu
Tue Jan 14 15:31:01 PST 2003


Changes in directory llvm/include/llvm:

Value.h updated: 1.39 -> 1.40

---
Log message:

Move annotation to support library


---
Diffs of the changes:

Index: llvm/include/llvm/Value.h
diff -u llvm/include/llvm/Value.h:1.39 llvm/include/llvm/Value.h:1.40
--- llvm/include/llvm/Value.h:1.39	Tue Oct  8 19:42:03 2002
+++ llvm/include/llvm/Value.h	Tue Jan 14 15:29:58 2003
@@ -10,8 +10,8 @@
 #ifndef LLVM_VALUE_H
 #define LLVM_VALUE_H
 
-#include "llvm/Annotation.h"
 #include "llvm/AbstractTypeUser.h"
+#include "Support/Annotation.h"
 #include "Support/Casting.h"
 #include <iostream>
 #include <vector>





More information about the llvm-commits mailing list