Remove some code that doesn't appear to do anything. All the ARM call
authorBob Wilson <bob.wilson@apple.com>
Mon, 12 Jul 2010 20:22:45 +0000 (20:22 +0000)
committerBob Wilson <bob.wilson@apple.com>
Mon, 12 Jul 2010 20:22:45 +0000 (20:22 +0000)
commitc7a797b82bc44b0aace62033d7e1ac7058ef45c6
treef5f42119e9f5f3f0325d1f355ed79b20da33674d
parent7a56fc224c80334269e08dc400b27c8513263848
Remove some code that doesn't appear to do anything.  All the ARM call
instructions already have implicit defs of LR.  The comment suggests that
this is intended to fix something like pr6111, but it doesn't really do
that either.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@108186 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/ARM/ARMISelLowering.cpp