[PATCH] Fold a loop for array processing in ComputeLinearIndex (NFC)
Owen Anderson
resistor at mac.com
Tue Jan 13 10:54:22 PST 2015
================
Comment at: lib/CodeGen/Analysis.cpp:63
@@ +62,3 @@
+ if (Indices && *Indices < NumElts) {
+ // If the indice is inside the array, compute the index to the requested
+ // elt and recurse inside the element with the end of the indices list
----------------
s/indice/index/
http://reviews.llvm.org/D6832
EMAIL PREFERENCES
http://reviews.llvm.org/settings/panel/emailpreferences/
More information about the llvm-commits
mailing list