[all-commits] [llvm/llvm-project] 1ea8d5: [PowerPC][NFC] Convert an if/else to a conditional.
Sean Fertile via All-commits
all-commits at lists.llvm.org
Mon May 11 10:06:59 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 1ea8d58f21a3505ec0e4dd168020c3846a1dfcc4
https://github.com/llvm/llvm-project/commit/1ea8d58f21a3505ec0e4dd168020c3846a1dfcc4
Author: Sean Fertile <sd.fertile at gmail.com>
Date: 2020-05-11 (Mon, 11 May 2020)
Changed paths:
M llvm/lib/Target/PowerPC/PPCFrameLowering.cpp
Log Message:
-----------
[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.
More information about the All-commits
mailing list