[llvm-commits] CVS: llvm-java/lib/Compiler/VMClass.h

Alkis Evlogimenos alkis at cs.uiuc.edu
Mon Mar 28 11:55:53 PST 2005



Changes in directory llvm-java/lib/Compiler:

VMClass.h updated: 1.13 -> 1.14
---
Log message:

Some minor changes left behind after the rename.


---
Diffs of the changes:  (+4 -4)

 VMClass.h |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)


Index: llvm-java/lib/Compiler/VMClass.h
diff -u llvm-java/lib/Compiler/VMClass.h:1.13 llvm-java/lib/Compiler/VMClass.h:1.14
--- llvm-java/lib/Compiler/VMClass.h:1.13	Mon Mar 28 13:53:24 2005
+++ llvm-java/lib/Compiler/VMClass.h	Mon Mar 28 13:55:42 2005
@@ -7,13 +7,13 @@
 //
 //===----------------------------------------------------------------------===//
 //
-// This file contains the declaration of the Class class that represents a
+// This file contains the declaration of the VMClass class that represents a
 // compile time representation of a Java class (java.lang.Class).
 //
 //===----------------------------------------------------------------------===//
 
-#ifndef LLVM_JAVA_CLASS_H
-#define LLVM_JAVA_CLASS_H
+#ifndef LLVM_JAVA_VMCLASS_H
+#define LLVM_JAVA_VMCLASS_H
 
 #include <llvm/Constant.h>
 #include <llvm/Module.h>
@@ -94,4 +94,4 @@
 
 } } // namespace llvm::Java
 
-#endif//LLVM_JAVA_CLASS_H
+#endif//LLVM_JAVA_VMCLASS_H






More information about the llvm-commits mailing list