1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 02:52:53 +02:00

[TLI][NFC] Fixed typo

llvm-svn: 367827
This commit is contained in:
David Bolvansky 2019-08-05 10:14:09 +00:00
parent 29ffbcb146
commit 46ddaf3bdf

View File

@ -116,7 +116,7 @@ static void initialize(TargetLibraryInfoImpl &TLI, const Triple &T,
TLI.setUnavailable(LibFunc_log10l);
}
// There are no library implementations of mempcy and memset for AMD gpus and
// There are no library implementations of memcpy and memset for AMD gpus and
// these can be difficult to lower in the backend.
if (T.getArch() == Triple::r600 ||
T.getArch() == Triple::amdgcn) {