RKSimon added a comment.
Minor nit
================
Comment at: lib/CodeGen/SelectionDAG/DAGCombiner.cpp:4474
+ Depth + 1);
+ }
case ISD::LOAD: {
----------------
Drop the braces (style)
https://reviews.llvm.org/D29397