summaryrefslogtreecommitdiff
path: root/lib/Target/X86/X86.h
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2002-12-16 14:38:13 +0000
committerChris Lattner <sabre@nondot.org>2002-12-16 14:38:13 +0000
commit1a45626c4c9cef2a8faafd58119d5648d85db8ac (patch)
treeee3ece1200fd43a3e15e41ffafb37f5616c61da5 /lib/Target/X86/X86.h
parent1d62cea90baad4bf98dbab94a158ae69523a0cf3 (diff)
downloadllvm-1a45626c4c9cef2a8faafd58119d5648d85db8ac.tar.gz
llvm-1a45626c4c9cef2a8faafd58119d5648d85db8ac.tar.bz2
llvm-1a45626c4c9cef2a8faafd58119d5648d85db8ac.tar.xz
Rename createSimpleX86RegisterAllocator to createSimpleRegisterAllocator
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@5071 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/X86/X86.h')
-rw-r--r--lib/Target/X86/X86.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/Target/X86/X86.h b/lib/Target/X86/X86.h
index f2db74eed0..a917d3c45a 100644
--- a/lib/Target/X86/X86.h
+++ b/lib/Target/X86/X86.h
@@ -20,11 +20,11 @@ class Pass;
///
Pass *createSimpleX86InstructionSelector(TargetMachine &TM);
-/// X86SimpleRegisterAllocation - This function converts the specified machine
-/// code function from SSA form to use explicit registers by spilling every
-/// register. Wow, great policy huh?
+/// createSimpleRegisterAllocation - This function converts the specified
+/// machine code function from SSA form to use explicit registers by spilling
+/// every register. Wow, great policy huh?
///
-Pass *createSimpleX86RegisterAllocator(TargetMachine &TM);
+Pass *createSimpleRegisterAllocator(TargetMachine &TM);
/// createX86CodePrinterPass - Print out the specified machine code function to
/// the specified stream. This function should work regardless of whether or