Minor cleanups:
authorChris Lattner <sabre@nondot.org>
Fri, 26 Aug 2005 21:49:18 +0000 (21:49 +0000)
committerChris Lattner <sabre@nondot.org>
Fri, 26 Aug 2005 21:49:18 +0000 (21:49 +0000)
commit5087daac23d841a5acb3b6d5a3e7857129ce558c
treea78c1a0620cb907d022a1ce3f7a5ee9b4eb8c629
parent579cfabdade805651c42971a22ae042dba3a33c4
Minor cleanups:
  * avoid calling getClass() multiple times (it is relatively expensive)
  * Allow -disable-fp-elim to turn of frame pointer elimination.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@23104 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/PowerPC/PPCRegisterInfo.cpp