mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-06 03:08:43 +00:00
Fix a comment.
llvm-svn: 40446
This commit is contained in:
parent
bd3360e856
commit
0448fc9e66
@ -332,7 +332,7 @@ FunctionPass *createFastDeadStoreEliminationPass();
|
||||
|
||||
//===----------------------------------------------------------------------===//
|
||||
//
|
||||
// FastDeadStoreElimination - This pass deletes loads that are dominated by
|
||||
// FastDeadLoadElimination - This pass deletes loads that are dominated by
|
||||
// must-aliased loads and are not stored to between the loads.
|
||||
//
|
||||
FunctionPass *createFastDeadLoadEliminationPass();
|
||||
|
Loading…
Reference in New Issue
Block a user