K 10 svn:author V 3 dim K 8 svn:date V 27 2014-11-22T16:30:31.091871Z K 7 svn:log V 273 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 MFC after: 3 days END