[llvm-commits] CVS: llvm/include/llvm/Target/TargetData.h

Devang Patel dpatel at apple.com
Wed May 2 18:14:02 PDT 2007



Changes in directory llvm/include/llvm/Target:

TargetData.h updated: 1.62 -> 1.63
---
Log message:

Drop 'const'


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

 TargetData.h |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)


Index: llvm/include/llvm/Target/TargetData.h
diff -u llvm/include/llvm/Target/TargetData.h:1.62 llvm/include/llvm/Target/TargetData.h:1.63
--- llvm/include/llvm/Target/TargetData.h:1.62	Wed May  2 16:39:18 2007
+++ llvm/include/llvm/Target/TargetData.h	Wed May  2 20:11:53 2007
@@ -202,7 +202,7 @@
   /// requested alignment (if the global has one).
   unsigned getPreferredAlignmentLog(const GlobalVariable *GV) const;
 
-  static const char ID; // Pass identifcation, replacement for typeid
+  static char ID; // Pass identifcation, replacement for typeid
 };
 
 /// StructLayout - used to lazily calculate structure layout information for a






More information about the llvm-commits mailing list