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)
commit36319538d0981498c9eb6ba14066049d653298a5
treecb20cd8a5b66faeafbb545b6cefa2ccd46e641ae
parent6bfd398022a03301f2c86d38143706a0423e7258
clang-format all the GC related files (NFC)

Nothing interesting here...

llvm-svn: 226342
14 files changed:
llvm/include/llvm/CodeGen/GCMetadata.h
llvm/include/llvm/CodeGen/GCMetadataPrinter.h
llvm/include/llvm/CodeGen/GCs.h
llvm/include/llvm/IR/GCStrategy.h
llvm/lib/CodeGen/AsmPrinter/ErlangGCPrinter.cpp
llvm/lib/CodeGen/AsmPrinter/OcamlGCPrinter.cpp
llvm/lib/CodeGen/ErlangGC.cpp
llvm/lib/CodeGen/GCMetadata.cpp
llvm/lib/CodeGen/GCMetadataPrinter.cpp
llvm/lib/CodeGen/GCRootLowering.cpp
llvm/lib/CodeGen/OcamlGC.cpp
llvm/lib/CodeGen/ShadowStackGC.cpp
llvm/lib/CodeGen/StatepointExampleGC.cpp
llvm/lib/IR/GCStrategy.cpp