mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-08 20:30:50 +00:00
Fix spelling
llvm-svn: 5983
This commit is contained in:
parent
8f2c71cae2
commit
e006ca4580
@ -1,7 +1,7 @@
|
||||
//===- Reassociate.cpp - Reassociate binary expressions -------------------===//
|
||||
//
|
||||
// This pass reassociates commutative expressions in an order that is designed
|
||||
// to promote better constant propogation, GCSE, LICM, PRE...
|
||||
// to promote better constant propagation, GCSE, LICM, PRE...
|
||||
//
|
||||
// For example: 4 + (x + 5) -> x + (4 + 5)
|
||||
//
|
||||
|
Loading…
Reference in New Issue
Block a user