clang-format GCStrategy.cpp & GCRootLowering.cpp (NFC)

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@226196 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Philip Reames
2015-01-15 19:39:17 +00:00
parent 71649b0d0d
commit b0a04acdc0
2 changed files with 75 additions and 89 deletions
+4 -10
View File
@@ -16,13 +16,7 @@
using namespace llvm;
GCStrategy::GCStrategy() :
UseStatepoints(false),
NeededSafePoints(0),
CustomReadBarriers(false),
CustomWriteBarriers(false),
CustomRoots(false),
CustomSafePoints(false),
InitRoots(true),
UsesMetadata(false)
{}
GCStrategy::GCStrategy()
: UseStatepoints(false), NeededSafePoints(0), CustomReadBarriers(false),
CustomWriteBarriers(false), CustomRoots(false), CustomSafePoints(false),
InitRoots(true), UsesMetadata(false) {}