Moved enum and command-line option in separate file. Also added function that returns...
authorAlkis Evlogimenos <alkis@evlogimenos.com>
Thu, 2 Oct 2003 16:57:49 +0000 (16:57 +0000)
committerAlkis Evlogimenos <alkis@evlogimenos.com>
Thu, 2 Oct 2003 16:57:49 +0000 (16:57 +0000)
commit7237ecef134cd88aad13190f078ff23057bfcb71
tree3897d7109101aec972220c39959539db9f26fa17
parent19092619ff761e2eb47e2122ef2cec81a617fd5e
Moved enum and command-line option in separate file. Also added function that returns the user selected register allocator to the caller.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8819 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/CodeGen/Passes.h
lib/CodeGen/Passes.cpp [new file with mode: 0644]
lib/Target/X86/X86TargetMachine.cpp