| Index: src/IceTargetLowering.h
|
| diff --git a/src/IceTargetLowering.h b/src/IceTargetLowering.h
|
| index dbfe669080cef8ddb94510ed6500069b98d1aeb4..045173bff73cc3f236e841a791833c80f484c9b7 100644
|
| --- a/src/IceTargetLowering.h
|
| +++ b/src/IceTargetLowering.h
|
| @@ -8,13 +8,15 @@
|
| //===----------------------------------------------------------------------===//
|
| ///
|
| /// \file
|
| -/// This file declares the TargetLowering, LoweringContext, and
|
| -/// TargetDataLowering classes. TargetLowering is an abstract class used to
|
| -/// drive the translation/lowering process. LoweringContext maintains a context
|
| -/// for lowering each instruction, offering conveniences such as iterating over
|
| -/// non-deleted instructions. TargetDataLowering is an abstract class used to
|
| -/// drive the lowering/emission of global initializers, external global
|
| -/// declarations, and internal constant pools.
|
| +/// \brief Declares the TargetLowering, LoweringContext, and TargetDataLowering
|
| +/// classes.
|
| +///
|
| +/// TargetLowering is an abstract class used to drive the translation/lowering
|
| +/// process. LoweringContext maintains a context for lowering each instruction,
|
| +/// offering conveniences such as iterating over non-deleted instructions.
|
| +/// TargetDataLowering is an abstract class used to drive the lowering/emission
|
| +/// of global initializers, external global declarations, and internal constant
|
| +/// pools.
|
| ///
|
| //===----------------------------------------------------------------------===//
|
|
|
|
|