mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-15 17:58:50 +00:00
Update comment. NFC.
llvm-svn: 244038
This commit is contained in:
parent
5eade55227
commit
4a69d9e381
@ -1098,8 +1098,8 @@ bool AArch64LoadStoreOpt::runOnMachineFunction(MachineFunction &Fn) {
|
||||
// FIXME: Do we need/want a pre-alloc pass like ARM has to try to keep
|
||||
// loads and stores near one another?
|
||||
|
||||
/// createARMLoadStoreOptimizationPass - returns an instance of the load / store
|
||||
/// optimization pass.
|
||||
/// createAArch64LoadStoreOptimizationPass - returns an instance of the
|
||||
/// load / store optimization pass.
|
||||
FunctionPass *llvm::createAArch64LoadStoreOptimizationPass() {
|
||||
return new AArch64LoadStoreOpt();
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user