K 10 svn:author V 3 dim K 8 svn:date V 27 2014-11-25T12:58:21.058411Z K 7 svn:log V 269 MFC r274856: Avoid undefined behaviour in gas's rotate_left() macro for n == 0. Otherwise, clang can effectively remove the first iteration of the for loops where this macro is invoked, and as a result, "cmp r0, #99" fails to assemble. Obtained from: joerg at netbsd END