Move the code for initializing the global base reg out of
authorDan Gohman <gohman@apple.com>
Tue, 23 Sep 2008 18:22:58 +0000 (18:22 +0000)
committerDan Gohman <gohman@apple.com>
Tue, 23 Sep 2008 18:22:58 +0000 (18:22 +0000)
commit8b746969baee26237e4c52de9862d06795eabcda
treea02b00e3e3d886e096047bcba43437faf20a9c65
parent3ee8fc964952a65bcb3668b85938c46f90631e42
Move the code for initializing the global base reg out of
X86ISelDAGToDAG.cpp and into X86InstrInfo.cpp. This will allow
it to be reused by FastISel.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@56494 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/X86/X86ISelDAGToDAG.cpp
lib/Target/X86/X86InstrInfo.cpp
lib/Target/X86/X86InstrInfo.h