OSDN Git Service

Fix FastISel to not initialize the PIC-base register multiple times
authorDan Gohman <gohman@apple.com>
Mon, 29 Sep 2008 21:55:50 +0000 (21:55 +0000)
committerDan Gohman <gohman@apple.com>
Mon, 29 Sep 2008 21:55:50 +0000 (21:55 +0000)
commita43abd102f123f6d3bd9ad92045f8119e3fb6153
tree2e5b73050c42e361062d37fe3c732fdc838acf78
parent7962e856d1460cc61ce246e31ca77e99f85228a3
Fix FastISel to not initialize the PIC-base register multiple times
in functions with PIC references from more than one basic block.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@56807 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/CodeGen/FastISel.h
lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp