[llvm] r174088 - Add braces, so my head doesn't explode.

Sean Silva silvas at purdue.edu
Thu Jan 31 19:59:02 PST 2013


You can also use `continue` to simplify this loop and reduce the
indentation <http://llvm.org/docs/CodingStandards.html#use-early-exits-and-continue-to-simplify-code>.

-- Sean Silva



More information about the llvm-commits mailing list