| Index: src/IceIntrinsics.cpp
|
| diff --git a/src/IceIntrinsics.cpp b/src/IceIntrinsics.cpp
|
| index 307745ea62d65dbb2207dd6f536dd6656fe12a37..b1ca40ddf6c1ba862a5dc9415c6e36d404731bd9 100644
|
| --- a/src/IceIntrinsics.cpp
|
| +++ b/src/IceIntrinsics.cpp
|
| @@ -6,10 +6,11 @@
|
| // License. See LICENSE.TXT for details.
|
| //
|
| //===----------------------------------------------------------------------===//
|
| -//
|
| -// This file implements the Intrinsics utilities for matching and
|
| -// then dispatching by name.
|
| -//
|
| +///
|
| +/// \file
|
| +/// This file implements the Intrinsics utilities for matching and
|
| +/// then dispatching by name.
|
| +///
|
| //===----------------------------------------------------------------------===//
|
|
|
| #include "IceIntrinsics.h"
|
|
|