mirror of
https://github.com/RPCSX/llvm.git
synced 2024-11-24 12:19:53 +00:00
[ResetMachineFunction] Populate the comments in the header of the file.
NFC git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@282276 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
76cc1a9a56
commit
f8e3a5168e
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user