[llvm-mca] Add file header to RetireControlUnit.cpp.
authorAndrea Di Biagio <Andrea_DiBiagio@sn.scee.net>
Tue, 15 May 2018 09:31:32 +0000 (09:31 +0000)
committerAndrea Di Biagio <Andrea_DiBiagio@sn.scee.net>
Tue, 15 May 2018 09:31:32 +0000 (09:31 +0000)
Strictly speaking, this is not necessary for .cpp files. However, other .cpp
files from this same tool have it. This also matches what we do in other tools.

llvm-svn: 332334

llvm/tools/llvm-mca/RetireControlUnit.cpp

index b759066..4469da3 100644 (file)
@@ -1,3 +1,18 @@
+//===---------------------- RetireControlUnit.cpp ---------------*- C++ -*-===//
+//
+//                     The LLVM Compiler Infrastructure
+//
+// This file is distributed under the University of Illinois Open Source
+// License. See LICENSE.TXT for details.
+//
+//===----------------------------------------------------------------------===//
+/// \file
+///
+/// This file implements methods declared by the RetireControlUnit interface.
+///
+//===----------------------------------------------------------------------===//
+
+
 #include "RetireControlUnit.h"
 #include "Dispatch.h"
 #include "llvm/MC/MCSchedule.h"