mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-24 11:42:57 +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"
|
||||
|
||||
/// 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");
|
||||
|
Loading…
Reference in New Issue
Block a user