CVSROOT: /cvs Module name: src Changes by: [email protected] 2020/08/14 12:57:06
Modified files:
gnu/llvm/llvm/lib/Target/PowerPC: PPCISelLowering.cpp
PPCSubtarget.h
Log message:
Remove local change to fix powerpc floating-point alignment
LLVM 10 includes a different fix (https://reviews.llvm.org/D71954), so
this change (by kettenis on 2019-02-18) is no longer needed. Thanks to
Brad Smith for providing the removal diff.
ok kettenis@
