[SeparateConstOffsetFromGEP] Fix a typo. NFC.

do CSE for to => do CSE to

llvm-svn: 321098
This commit is contained in:
Haicheng Wu 2017-12-19 18:49:21 +00:00
parent 01a1a57616
commit 412f83d1a0

View File

@ -97,7 +97,7 @@
// load %p2
// ...
//
// We can not do CSE for to the common part related to index "i64 %i". Lowering
// We can not do CSE to the common part related to index "i64 %i". Lowering
// GEPs can achieve such goals.
// If the target does not use alias analysis in codegen, this pass will
// lower a GEP with multiple indices into arithmetic operations: