summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/OcamlGC.cpp
diff options
context:
space:
mode:
authorPhilip Reames <listmail@philipreames.com>2015-01-16 23:16:12 +0000
committerPhilip Reames <listmail@philipreames.com>2015-01-16 23:16:12 +0000
commit36319538d0981498c9eb6ba14066049d653298a5 (patch)
treecb20cd8a5b66faeafbb545b6cefa2ccd46e641ae /llvm/lib/CodeGen/OcamlGC.cpp
parent6bfd398022a03301f2c86d38143706a0423e7258 (diff)
downloadbcm5719-llvm-36319538d0981498c9eb6ba14066049d653298a5.tar.gz
bcm5719-llvm-36319538d0981498c9eb6ba14066049d653298a5.zip
clang-format all the GC related files (NFC)
Nothing interesting here... llvm-svn: 226342
Diffstat (limited to 'llvm/lib/CodeGen/OcamlGC.cpp')
-rw-r--r--llvm/lib/CodeGen/OcamlGC.cpp13
1 files changed, 6 insertions, 7 deletions
diff --git a/llvm/lib/CodeGen/OcamlGC.cpp b/llvm/lib/CodeGen/OcamlGC.cpp
index c5c78529ece..164e3700909 100644
--- a/llvm/lib/CodeGen/OcamlGC.cpp
+++ b/llvm/lib/CodeGen/OcamlGC.cpp
@@ -20,16 +20,15 @@
using namespace llvm;
namespace {
- class OcamlGC : public GCStrategy {
- public:
- OcamlGC();
- };
+class OcamlGC : public GCStrategy {
+public:
+ OcamlGC();
+};
}
-static GCRegistry::Add<OcamlGC>
-X("ocaml", "ocaml 3.10-compatible GC");
+static GCRegistry::Add<OcamlGC> X("ocaml", "ocaml 3.10-compatible GC");
-void llvm::linkOcamlGC() { }
+void llvm::linkOcamlGC() {}
OcamlGC::OcamlGC() {
NeededSafePoints = 1 << GC::PostCall;
OpenPOWER on IntegriCloud