When setting up the frame pointer, add it as a live-in register to all
authorDan Gohman <gohman@apple.com>
Thu, 18 Dec 2008 22:01:52 +0000 (22:01 +0000)
committerDan Gohman <gohman@apple.com>
Thu, 18 Dec 2008 22:01:52 +0000 (22:01 +0000)
commit34d6ad73e13a443ab013ea48c9d7e46b61577a76
tree3162f4eb27a5efe75352ed28b2553cb5d8d0129b
parent2ccc83966914593d98af5671ce10a3bf2dcf7513
When setting up the frame pointer, add it as a live-in register to all
non-entry blocks, so that it doesn't appear use-before-def anywhere.

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