summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target
diff options
context:
space:
mode:
authorJuergen Ributzka <juergen@apple.com>2014-08-27 21:40:50 +0000
committerJuergen Ributzka <juergen@apple.com>2014-08-27 21:40:50 +0000
commit56b4b33190f438a32ec36ad1950a6370be8071ac (patch)
treea64b4cc3bd565af2b0901958450a6a5e68e744ba /llvm/lib/Target
parent3c1b2861524aa3b2f6009316f2bbe0beb23b21c0 (diff)
downloadbcm5719-llvm-56b4b33190f438a32ec36ad1950a6370be8071ac.tar.gz
bcm5719-llvm-56b4b33190f438a32ec36ad1950a6370be8071ac.zip
[FastISel][AArch64] Fix a comment in my previous commit (r216617).
llvm-svn: 216622
Diffstat (limited to 'llvm/lib/Target')
-rw-r--r--llvm/lib/Target/AArch64/AArch64FastISel.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Target/AArch64/AArch64FastISel.cpp b/llvm/lib/Target/AArch64/AArch64FastISel.cpp
index 2faa1398064..df294bdc149 100644
--- a/llvm/lib/Target/AArch64/AArch64FastISel.cpp
+++ b/llvm/lib/Target/AArch64/AArch64FastISel.cpp
@@ -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())
OpenPOWER on IntegriCloud