[PATCH] D81126: [PowerPC] Fix for PC Relative call protocol

Sean Fertile via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jun 30 07:01:09 PDT 2020


sfertile accepted this revision as: sfertile.
sfertile added a comment.

LGTM. Thank Stefan.



================
Comment at: llvm/lib/Target/PowerPC/PPCISelLowering.cpp:4735
+
+  // If we have a valid Alias we can try to get the function from there.
+  if (Alias) {
----------------
real minor nit: 'a valid Alias' --> 'an Alias'


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D81126/new/

https://reviews.llvm.org/D81126





More information about the llvm-commits mailing list