diff options
author | Chris Lattner <sabre@nondot.org> | 2003-10-13 03:32:08 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2003-10-13 03:32:08 +0000 |
commit | cf3056db0fee1db7921214b1f25cea04e959e105 (patch) | |
tree | 0d3986942f0be9fba36271f39cf3df5b85c02a67 /lib/Transforms/IPO | |
parent | c00d23a727f143bdd24f29d529ebc2cc3230bef8 (diff) |
Regularize header file comments
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9071 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Transforms/IPO')
-rw-r--r-- | lib/Transforms/IPO/MutateStructTypes.cpp | 2 | ||||
-rw-r--r-- | lib/Transforms/IPO/SimpleStructMutation.cpp | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/lib/Transforms/IPO/MutateStructTypes.cpp b/lib/Transforms/IPO/MutateStructTypes.cpp index f10bccef9d..91302afbef 100644 --- a/lib/Transforms/IPO/MutateStructTypes.cpp +++ b/lib/Transforms/IPO/MutateStructTypes.cpp @@ -1,4 +1,4 @@ -//===- MutateStructTypes.cpp - Change struct defns --------------------------=// +//===- MutateStructTypes.cpp - Change struct defns ------------------------===// // // This pass is used to change structure accesses and type definitions in some // way. It can be used to arbitrarily permute structure fields, safely, without diff --git a/lib/Transforms/IPO/SimpleStructMutation.cpp b/lib/Transforms/IPO/SimpleStructMutation.cpp index ec1981929e..be36462869 100644 --- a/lib/Transforms/IPO/SimpleStructMutation.cpp +++ b/lib/Transforms/IPO/SimpleStructMutation.cpp @@ -1,4 +1,4 @@ -//===- SimpleStructMutation.cpp - Swap structure elements around -*- C++ -*--=// +//===- SimpleStructMutation.cpp - Swap structure elements around ----------===// // // This pass does a simple transformation that swaps all of the elements of the // struct types in the program around. |