<html><head></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><br><div><div>On Apr 10, 2012, at 4:40 PM, Francois Pichet <<a href="mailto:pichet2000@gmail.com">pichet2000@gmail.com</a>> wrote:</div><blockquote type="cite"><div><blockquote type="cite"><font color="#000000"><br></font>+    // Compare new sets with all original classes.<br>+    for (unsigned SearchIdx = (SearchIdx >= NumRegUnitSubSets) ? 0 : Idx+1;<br>+         SearchIdx != EndIdx; ++SearchIdx) {<br></blockquote><br>This doesn't look right; MSVC warning:<br><br>4>c:\dev\llvm\llvm_trunk2\utils\tablegen\codegenregisters.cpp(1225):<br>warning C4700: uninitialized local variable 'SearchIdx' used<br></div></blockquote></div><div><br></div>Good warning. I hadn't noticed that search/replace typo yet. Fixed in r154452.<div>-Andy</div></body></html>