clang-format all the GC related files (NFC)
authorPhilip Reames <listmail@philipreames.com>
Fri, 16 Jan 2015 23:16:12 +0000 (23:16 +0000)
committerPhilip Reames <listmail@philipreames.com>
Fri, 16 Jan 2015 23:16:12 +0000 (23:16 +0000)
commit999412767a20e7c7121151ef2703757e03c4f48b
tree1458ddfc95f53de37794ecf95a3ff1649b4d2b1e
parent61bd005d1bad6dcea556e541fdbd31e7451b33aa
clang-format all the GC related files (NFC)

Nothing interesting here...

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@226342 91177308-0d34-0410-b5e6-96231b3b80d8
14 files changed:
include/llvm/CodeGen/GCMetadata.h
include/llvm/CodeGen/GCMetadataPrinter.h
include/llvm/CodeGen/GCs.h
include/llvm/IR/GCStrategy.h
lib/CodeGen/AsmPrinter/ErlangGCPrinter.cpp
lib/CodeGen/AsmPrinter/OcamlGCPrinter.cpp
lib/CodeGen/ErlangGC.cpp
lib/CodeGen/GCMetadata.cpp
lib/CodeGen/GCMetadataPrinter.cpp
lib/CodeGen/GCRootLowering.cpp
lib/CodeGen/OcamlGC.cpp
lib/CodeGen/ShadowStackGC.cpp
lib/CodeGen/StatepointExampleGC.cpp
lib/IR/GCStrategy.cpp