AArch64: remove unnecessary check that RS is valid
authorTim Northover <Tim.Northover@arm.com>
Tue, 23 Apr 2013 06:55:15 +0000 (06:55 +0000)
committerTim Northover <Tim.Northover@arm.com>
Tue, 23 Apr 2013 06:55:15 +0000 (06:55 +0000)
commit3e56b43ac8789da3799069bfca456494c07df872
tree0b1d85b9635049ea252934a38a39fe81bd18b0e3
parent2ff97832e593926ea8dbdd5fc5bcf367475638a9
AArch64: remove unnecessary check that RS is valid

AArch64 always demands a register-scavenger, so the pointer should never be
NULL. However, in the spirit of paranoia, we'll assert it before use just in
case.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@180080 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/AArch64/AArch64FrameLowering.cpp