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

LLVM llvm at cs.uiuc.edu
Sat Jul 17 17:57:08 PDT 2004



Changes in directory llvm/include/llvm:

Value.h updated: 1.58 -> 1.59

---
Log message:

Add a missing space to align comments.


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

Index: llvm/include/llvm/Value.h
diff -u llvm/include/llvm/Value.h:1.58 llvm/include/llvm/Value.h:1.59
--- llvm/include/llvm/Value.h:1.58	Sat Jul 17 18:34:47 2004
+++ llvm/include/llvm/Value.h	Sat Jul 17 19:56:58 2004
@@ -128,7 +128,7 @@
     GlobalVariableVal,      // This is an instance of GlobalVariable
     ConstantVal,            // This is an instance of Constant
     InstructionVal,         // This is an instance of Instruction
-    ValueListVal           // This is for bcreader, a special ValTy
+    ValueListVal            // This is for bcreader, a special ValTy
   };
   unsigned getValueType() const {
     return SubclassID;





More information about the llvm-commits mailing list