[ResetMachineFunction] Populate the comments in the header of the file.

NFC

llvm-svn: 282276
This commit is contained in:
Quentin Colombet
2016-09-23 18:38:15 +00:00
parent 0f4c20a1e7
commit 380cd88cfd

View File

@@ -1,4 +1,4 @@
//===-- ResetMachineFunctionPass.cpp - Machine Loop Invariant Code Motion Pass ---------===//
//===-- ResetMachineFunctionPass.cpp - Reset Machine Function ----*- C++ -*-==//
//
// The LLVM Compiler Infrastructure
//
@@ -6,8 +6,11 @@
// License. See LICENSE.TXT for details.
//
//===----------------------------------------------------------------------===//
//
//
/// \file
/// This file implements a pass that will conditionally reset a machine
/// function as if it was just created. This is used to provide a fallback
/// mechanism when GlobalISel fails, thus the condition for the reset to
/// happen is that the MachineFunction has the FailedISel property.
//===----------------------------------------------------------------------===//
#include "llvm/ADT/Statistic.h"