summaryrefslogtreecommitdiffstats
path: root/llvm/lib
diff options
context:
space:
mode:
authorChad Rosier <mcrosier@codeaurora.org>2016-02-09 15:51:33 +0000
committerChad Rosier <mcrosier@codeaurora.org>2016-02-09 15:51:33 +0000
commit4f28e50dc8e4a99c3a66837594668129d3eee6f1 (patch)
treede115cf69d20c43fea194cb8aae1d75dd963a333 /llvm/lib
parent4d228679df746805a976cf6c752348ba4014fedb (diff)
downloadbcm5719-llvm-4f28e50dc8e4a99c3a66837594668129d3eee6f1.tar.gz
bcm5719-llvm-4f28e50dc8e4a99c3a66837594668129d3eee6f1.zip
[AArch64] Remove stale comment.
llvm-svn: 260226
Diffstat (limited to 'llvm/lib')
-rw-r--r--llvm/lib/Target/AArch64/AArch64LoadStoreOptimizer.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/llvm/lib/Target/AArch64/AArch64LoadStoreOptimizer.cpp b/llvm/lib/Target/AArch64/AArch64LoadStoreOptimizer.cpp
index cc9524615c1..2e5dfac83b2 100644
--- a/llvm/lib/Target/AArch64/AArch64LoadStoreOptimizer.cpp
+++ b/llvm/lib/Target/AArch64/AArch64LoadStoreOptimizer.cpp
@@ -33,9 +33,6 @@ using namespace llvm;
#define DEBUG_TYPE "aarch64-ldst-opt"
-/// AArch64AllocLoadStoreOpt - Post-register allocation pass to combine
-/// load / store instructions to form ldp / stp instructions.
-
STATISTIC(NumPairCreated, "Number of load/store pair instructions generated");
STATISTIC(NumPostFolded, "Number of post-index updates folded");
STATISTIC(NumPreFolded, "Number of pre-index updates folded");
OpenPOWER on IntegriCloud