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

Reid Spencer reid at x10sys.com
Wed Dec 6 12:29:02 PST 2006



Changes in directory llvm/include/llvm:

GlobalValue.h updated: 1.28 -> 1.29
---
Log message:

Fix some 80 col violations.


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

 GlobalValue.h |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)


Index: llvm/include/llvm/GlobalValue.h
diff -u llvm/include/llvm/GlobalValue.h:1.28 llvm/include/llvm/GlobalValue.h:1.29
--- llvm/include/llvm/GlobalValue.h:1.28	Thu Sep 14 13:23:26 2006
+++ llvm/include/llvm/GlobalValue.h	Wed Dec  6 14:28:46 2006
@@ -29,13 +29,13 @@
 public:
   enum LinkageTypes {
     ExternalLinkage,     /// Externally visible function
-    LinkOnceLinkage,     /// Keep one copy of named function when linking (inline)
+    LinkOnceLinkage,     /// Keep one copy of function when linking (inline)
     WeakLinkage,         /// Keep one copy of named function when linking (weak)
     AppendingLinkage,    /// Special purpose, only applies to global arrays
     InternalLinkage,     /// Rename collisions when linking (static functions)
     DLLImportLinkage,    /// Function to be imported from DLL
     DLLExportLinkage,    /// Function to be accessible from DLL
-    ExternalWeakLinkage, /// TBD: ExternalWeak linkage description
+    ExternalWeakLinkage, /// ExternalWeak linkage description
     GhostLinkage         /// Stand-in functions for streaming fns from BC files    
   };
 protected:






More information about the llvm-commits mailing list