[APInt] Simplify a for loop initialization based on the fact that 'n' is known to...
authorCraig Topper <craig.topper@gmail.com>
Mon, 15 May 2017 22:01:03 +0000 (22:01 +0000)
committerCraig Topper <craig.topper@gmail.com>
Mon, 15 May 2017 22:01:03 +0000 (22:01 +0000)
commit6a1d02024efff810bf35b6e73cfcab2821522281
tree46a3c22d9b309b0602913f8e4390a70126e1c1b4
parentd761e2c26405d528ed61b8feb7ca549a1b823131
[APInt] Simplify a for loop initialization based on the fact that 'n' is known to be 1 by an earlier 'if'.

llvm-svn: 303120
llvm/lib/Support/APInt.cpp