1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-24 11:42:57 +01:00

Remove Atom references in description.

Any CPU can run this pass.

llvm-svn: 213190
This commit is contained in:
Sanjay Patel 2014-07-16 20:18:49 +00:00
parent e41c2e7cde
commit b3fb7dc171

View File

@ -7,9 +7,8 @@
//
//===----------------------------------------------------------------------===//
//
// This file defines the pass which will find instructions which
// can be re-written as LEA instructions in order to reduce pipeline
// delays for some models of the Intel Atom family.
// This file defines the pass that finds instructions that can be
// re-written as LEA instructions in order to reduce pipeline delays.
//
//===----------------------------------------------------------------------===//
@ -40,7 +39,7 @@ class FixupLEAPass : public MachineFunctionPass {
/// where appropriate.
bool processBasicBlock(MachineFunction &MF, MachineFunction::iterator MFI);
const char *getPassName() const override { return "X86 Atom LEA Fixup"; }
const char *getPassName() const override { return "X86 LEA Fixup"; }
/// \brief Given a machine register, look for the instruction
/// which writes it in the current basic block. If found,