mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-09 10:31:14 +00:00
[FastISel][AArch64] Fix a comment in my previous commit (r216617).
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@216622 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
ccf53013cd
commit
2c4b9ea282
@ -1449,7 +1449,7 @@ bool AArch64FastISel::SelectStore(const Instruction *I) {
|
||||
return false;
|
||||
|
||||
// Get the value to be stored into a register. Use the zero register directly
|
||||
// when possible to avoid an unnecessary copy and a wasted register at -O0.
|
||||
// when possible to avoid an unnecessary copy and a wasted register.
|
||||
unsigned SrcReg = 0;
|
||||
if (const auto *CI = dyn_cast<ConstantInt>(Op0)) {
|
||||
if (CI->isZero())
|
||||
|
Loading…
x
Reference in New Issue
Block a user