summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/ErlangGC.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/ErlangGC.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/ErlangGC.cpp')
-rw-r--r--llvm/lib/CodeGen/ErlangGC.cpp15
1 files changed, 7 insertions, 8 deletions
diff --git a/llvm/lib/CodeGen/ErlangGC.cpp b/llvm/lib/CodeGen/ErlangGC.cpp
index ec2c2e8daf2..30af07f1214 100644
--- a/llvm/lib/CodeGen/ErlangGC.cpp
+++ b/llvm/lib/CodeGen/ErlangGC.cpp
@@ -27,17 +27,16 @@ using namespace llvm;
namespace {
- class ErlangGC : public GCStrategy {
- public:
- ErlangGC();
- };
-
+class ErlangGC : public GCStrategy {
+public:
+ ErlangGC();
+};
}
-static GCRegistry::Add<ErlangGC>
-X("erlang", "erlang-compatible garbage collector");
+static GCRegistry::Add<ErlangGC> X("erlang",
+ "erlang-compatible garbage collector");
-void llvm::linkErlangGC() { }
+void llvm::linkErlangGC() {}
ErlangGC::ErlangGC() {
InitRoots = false;
OpenPOWER on IntegriCloud