| Index: src/IceTargetLowering.cpp
|
| diff --git a/src/IceTargetLowering.cpp b/src/IceTargetLowering.cpp
|
| index 25e013b6652d525e5d3c4971072a200a1f21137a..9ad89ab775194fed73efb00f7dbdb742d83d87fc 100644
|
| --- a/src/IceTargetLowering.cpp
|
| +++ b/src/IceTargetLowering.cpp
|
| @@ -6,13 +6,14 @@
|
| // License. See LICENSE.TXT for details.
|
| //
|
| //===----------------------------------------------------------------------===//
|
| -//
|
| -// This file implements the skeleton of the TargetLowering class,
|
| -// specifically invoking the appropriate lowering method for a given
|
| -// instruction kind and driving global register allocation. It also
|
| -// implements the non-deleted instruction iteration in
|
| -// LoweringContext.
|
| -//
|
| +///
|
| +/// \file
|
| +/// This file implements the skeleton of the TargetLowering class,
|
| +/// specifically invoking the appropriate lowering method for a given
|
| +/// instruction kind and driving global register allocation. It also
|
| +/// implements the non-deleted instruction iteration in
|
| +/// LoweringContext.
|
| +///
|
| //===----------------------------------------------------------------------===//
|
|
|
| #include "IceTargetLowering.h"
|
|
|