summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Transforms/Utils/BasicBlockUtils.cpp
diff options
context:
space:
mode:
authorDaniel Jasper <djasper@google.com>2014-04-28 07:48:36 +0000
committerDaniel Jasper <djasper@google.com>2014-04-28 07:48:36 +0000
commit031e2409f993c838faf2111b81a695094fc47b33 (patch)
tree23adb10ecb206f662767746ba700e6a6d827402a /llvm/lib/Transforms/Utils/BasicBlockUtils.cpp
parenta19a2e2da61fb60009f822625fecfde80758062a (diff)
downloadbcm5719-llvm-031e2409f993c838faf2111b81a695094fc47b33.tar.gz
bcm5719-llvm-031e2409f993c838faf2111b81a695094fc47b33.zip
clang-format: Fixes spaces in case statements.
This fixes llvm.org/PR19482. Before: switch (a) { case(B) : return; } After: switch (a) { case (B): return; } llvm-svn: 207402
Diffstat (limited to 'llvm/lib/Transforms/Utils/BasicBlockUtils.cpp')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud