[cleanup] Run clang-format over the Use code. It was *really*
authorChandler Carruth <chandlerc@gmail.com>
Tue, 4 Mar 2014 08:53:41 +0000 (08:53 +0000)
committerChandler Carruth <chandlerc@gmail.com>
Tue, 4 Mar 2014 08:53:41 +0000 (08:53 +0000)
commit2bfe24c418f7f5261c4ed4cbcc4c0126e482495d
tree6c320723d94502f704a8f578533fe7f82956c836
parent0a6057117e6f0b15c334e1a701d7c29f97c60b88
[cleanup] Run clang-format over the Use code. It was *really*
inconsistent both with itself and with LLVM at large with formatting.
The *s were on the wrong side, the indent was off, etc etc. This is much
cleaner.

Also, go clang-format laying out the array of tags in nice columns.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@202799 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/IR/Use.h
lib/IR/Use.cpp