From d281de21815d4766cf4960ad2ef075bee3beac0b Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Sat, 26 Jul 2003 23:49:58 +0000 Subject: Rename function to be more consistent with filename git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7352 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/Target/X86/X86.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/Target/X86/X86.h') diff --git a/lib/Target/X86/X86.h b/lib/Target/X86/X86.h index 81c68da..3decdfd 100644 --- a/lib/Target/X86/X86.h +++ b/lib/Target/X86/X86.h @@ -12,11 +12,11 @@ class TargetMachine; class Pass; -/// createSimpleX86InstructionSelector - This pass converts an LLVM function +/// createX86SimpleInstructionSelector - This pass converts an LLVM function /// into a machine code representation is a very simple peep-hole fashion. The /// generated code sucks but the implementation is nice and simple. /// -Pass *createSimpleX86InstructionSelector(TargetMachine &TM); +Pass *createX86SimpleInstructionSelector(TargetMachine &TM); /// createX86PeepholeOptimizer - Create a pass to perform X86 specific peephole /// optimizations. -- cgit v1.1