[PowerPC][NFC] Convert an if/else to a conditional.
commit1ea8d58f21a3505ec0e4dd168020c3846a1dfcc4
authorSean Fertile <sd.fertile@gmail.com>
Mon, 11 May 2020 17:03:45 +0000 (11 13:03 -0400)
committerSean Fertile <sd.fertile@gmail.com>
Mon, 11 May 2020 17:05:19 +0000 (11 13:05 -0400)
tree091fecd5b92e00bbb0b850d3734af9a739a76ba1
parent8e3e56f2a36701480eeb65e426701d5a9025cc59
[PowerPC][NFC] Convert an if/else to a conditional.

Change an if else to use a conditional which is shorter. Also name the
conditonal value to make the code clearer.
llvm/lib/Target/PowerPC/PPCFrameLowering.cpp