Rewrite operand loops to use iterators. This shrinks .o file (at gcc4.0.1 -O3 x86...
authorGabor Greif <ggreif@gmail.com>
Thu, 22 May 2008 06:43:33 +0000 (06:43 +0000)
committerGabor Greif <ggreif@gmail.com>
Thu, 22 May 2008 06:43:33 +0000 (06:43 +0000)
commitde2d74b213844b17eb5327fba27f21e699d3af66
tree1c7d3b2ae87badcf533fa297fb1f2f6639bf0ec9
parent687a4cb2955ce1b4eaf28134c4f8c57e0cacfa68
Rewrite operand loops to use iterators. This shrinks .o file (at gcc4.0.1 -O3 x86) substantially (>500 bytes). Reason still unknown.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@51423 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Analysis/ConstantFolding.cpp