mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-24 19:52:54 +01:00
[AArch64] Remove stale comment.
llvm-svn: 260226
This commit is contained in:
parent
cc8c49026c
commit
271160c32d
@ -33,9 +33,6 @@ using namespace llvm;
|
|||||||
|
|
||||||
#define DEBUG_TYPE "aarch64-ldst-opt"
|
#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(NumPairCreated, "Number of load/store pair instructions generated");
|
||||||
STATISTIC(NumPostFolded, "Number of post-index updates folded");
|
STATISTIC(NumPostFolded, "Number of post-index updates folded");
|
||||||
STATISTIC(NumPreFolded, "Number of pre-index updates folded");
|
STATISTIC(NumPreFolded, "Number of pre-index updates folded");
|
||||||
|
Loading…
Reference in New Issue
Block a user