| Index: src/IceRegAlloc.cpp
|
| diff --git a/src/IceRegAlloc.cpp b/src/IceRegAlloc.cpp
|
| index cbe59b7d0518f906543d2ef11d126496d2da1069..3299b71462dda7713b341a6f823079f2a59b1c00 100644
|
| --- a/src/IceRegAlloc.cpp
|
| +++ b/src/IceRegAlloc.cpp
|
| @@ -8,7 +8,7 @@
|
| //===----------------------------------------------------------------------===//
|
| ///
|
| /// \file
|
| -/// This file implements the LinearScan class, which performs the linear-scan
|
| +/// \brief Implements the LinearScan class, which performs the linear-scan
|
| /// register allocation after liveness analysis has been performed.
|
| ///
|
| //===----------------------------------------------------------------------===//
|
|
|