[llvm-commits] CVS: llvm/include/llvm/Support/CFG.h InstIterator.h InstVisitor.h Mangler.h

Chris Lattner lattner at cs.uiuc.edu
Tue Sep 30 13:38:05 PDT 2003


Changes in directory llvm/include/llvm/Support:

CFG.h updated: 1.13 -> 1.14
InstIterator.h updated: 1.6 -> 1.7
InstVisitor.h updated: 1.21 -> 1.22
Mangler.h updated: 1.5 -> 1.6

---
Log message:

Standardize header file comments



---
Diffs of the changes:

Index: llvm/include/llvm/Support/CFG.h
diff -u llvm/include/llvm/Support/CFG.h:1.13 llvm/include/llvm/Support/CFG.h:1.14
--- llvm/include/llvm/Support/CFG.h:1.13	Sat Sep 20 09:39:18 2003
+++ llvm/include/llvm/Support/CFG.h	Tue Sep 30 13:37:46 2003
@@ -1,12 +1,12 @@
-//===-- llvm/Support/CFG.h - Process LLVM structures as graphs ---*- C++ -*--=//
+//===-- llvm/Support/CFG.h - Process LLVM structures as graphs --*- C++ -*-===//
 //
 // This file defines specializations of GraphTraits that allow Function and
 // BasicBlock graphs to be treated as proper graphs for generic algorithms.
 //
 //===----------------------------------------------------------------------===//
 
-#ifndef LLVM_CFG_H
-#define LLVM_CFG_H
+#ifndef LLVM_SUPPORT_CFG_H
+#define LLVM_SUPPORT_CFG_H
 
 #include "Support/GraphTraits.h"
 #include "llvm/Function.h"


Index: llvm/include/llvm/Support/InstIterator.h
diff -u llvm/include/llvm/Support/InstIterator.h:1.6 llvm/include/llvm/Support/InstIterator.h:1.7
--- llvm/include/llvm/Support/InstIterator.h:1.6	Tue Sep 23 23:09:50 2003
+++ llvm/include/llvm/Support/InstIterator.h	Tue Sep 30 13:37:46 2003
@@ -1,4 +1,4 @@
-//===-- llvm/Support/InstIterator.h - Classes for inst iteration -*- C++ -*--=//
+//===- llvm/Support/InstIterator.h - Classes for inst iteration -*- C++ -*-===//
 //
 // This file contains definitions of two iterators for iterating over the
 // instructions in a function.  This is effectively a wrapper around a two level


Index: llvm/include/llvm/Support/InstVisitor.h
diff -u llvm/include/llvm/Support/InstVisitor.h:1.21 llvm/include/llvm/Support/InstVisitor.h:1.22
--- llvm/include/llvm/Support/InstVisitor.h:1.21	Mon Sep  8 13:54:16 2003
+++ llvm/include/llvm/Support/InstVisitor.h	Tue Sep 30 13:37:46 2003
@@ -1,4 +1,4 @@
-//===- llvm/Support/InstVisitor.h - Define instruction visitors --*- C++ -*--=//
+//===- llvm/Support/InstVisitor.h - Define instruction visitors -*- C++ -*-===//
 //
 // This template class is used to define instruction visitors in a typesafe
 // manner without having to use lots of casts and a big switch statement (in


Index: llvm/include/llvm/Support/Mangler.h
diff -u llvm/include/llvm/Support/Mangler.h:1.5 llvm/include/llvm/Support/Mangler.h:1.6
--- llvm/include/llvm/Support/Mangler.h:1.5	Mon Aug 11 14:34:27 2003
+++ llvm/include/llvm/Support/Mangler.h	Tue Sep 30 13:37:46 2003
@@ -1,4 +1,4 @@
-//===-- Mangler.h - Self-contained c/asm llvm name mangler -*- C++ -*- ----===//
+//===-- Mangler.h - Self-contained c/asm llvm name mangler ------*- C++ -*-===//
 //
 // Unified name mangler for CWriter and assembly backends.
 //





More information about the llvm-commits mailing list