K 10 svn:author V 3 dim K 8 svn:date V 27 2020-08-21T10:06:01.326175Z K 7 svn:log V 278 Merge commit 95e18b2d9d5f from llvm git (by Kang Zhang): [PowerPC] Fix a typo for InstAlias of mfsprg D77531 has a type for mfsprg, it should be mtsprg. This patch is to fix this typo. This should fix booting powerpc64 kernels, after LLVM 11 was imported. PR: 248763 END