summaryrefslogtreecommitdiff
path: root/include/llvm/CodeGen
diff options
context:
space:
mode:
authorManuel Jacob <me@manueljacob.de>2014-03-10 22:24:07 +0000
committerManuel Jacob <me@manueljacob.de>2014-03-10 22:24:07 +0000
commite45534d027c685561d6da233e3cf5e0c1dde726c (patch)
tree4c69eb5608645a14827605b7772f97a078b4bdb7 /include/llvm/CodeGen
parentd522121f2426127463e33d3ed971eddf910967e7 (diff)
downloadllvm-e45534d027c685561d6da233e3cf5e0c1dde726c.tar.gz
llvm-e45534d027c685561d6da233e3cf5e0c1dde726c.tar.bz2
llvm-e45534d027c685561d6da233e3cf5e0c1dde726c.tar.xz
Test commit: Remove trailing whitespace.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@203502 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/CodeGen')
-rw-r--r--include/llvm/CodeGen/GCs.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/include/llvm/CodeGen/GCs.h b/include/llvm/CodeGen/GCs.h
index 456d2dcb51..bb170c85cb 100644
--- a/include/llvm/CodeGen/GCs.h
+++ b/include/llvm/CodeGen/GCs.h
@@ -17,13 +17,13 @@
namespace llvm {
class GCStrategy;
class GCMetadataPrinter;
-
+
/// FIXME: Collector instances are not useful on their own. These no longer
/// serve any purpose except to link in the plugins.
-
+
/// Creates an ocaml-compatible garbage collector.
void linkOcamlGC();
-
+
/// Creates an ocaml-compatible metadata printer.
void linkOcamlGCPrinter();
@@ -32,7 +32,7 @@ namespace llvm {
/// Creates an erlang-compatible metadata printer.
void linkErlangGCPrinter();
-
+
/// Creates a shadow stack garbage collector. This collector requires no code
/// generator support.
void linkShadowStackGC();