From 6360441f9980b6fb5e1dff4645a46a35a453a292 Mon Sep 17 00:00:00 2001 From: Sanjay Patel Date: Wed, 16 Jul 2014 20:18:49 +0000 Subject: [PATCH] Remove Atom references in description. Any CPU can run this pass. llvm-svn: 213190 --- llvm/lib/Target/X86/X86FixupLEAs.cpp | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/llvm/lib/Target/X86/X86FixupLEAs.cpp b/llvm/lib/Target/X86/X86FixupLEAs.cpp index 4be766a..eb9f743 100644 --- a/llvm/lib/Target/X86/X86FixupLEAs.cpp +++ b/llvm/lib/Target/X86/X86FixupLEAs.cpp @@ -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, -- 2.7.4