diff options
author | Mikhail Glushenkov <foldr@codedgers.com> | 2009-01-16 06:53:46 +0000 |
---|---|---|
committer | Mikhail Glushenkov <foldr@codedgers.com> | 2009-01-16 06:53:46 +0000 |
commit | b2f9a730293ce053a6a52e6b5e55ce82a871d763 (patch) | |
tree | acf74105dfc811aec7209bd234f8317cb130d351 /llvm/lib/CodeGen/OcamlGC.cpp | |
parent | 2b5d430096f151868a6b2658439ca10ee67ca83e (diff) | |
download | bcm5719-llvm-b2f9a730293ce053a6a52e6b5e55ce82a871d763.tar.gz bcm5719-llvm-b2f9a730293ce053a6a52e6b5e55ce82a871d763.zip |
Delete trailing whitespace.
llvm-svn: 62307
Diffstat (limited to 'llvm/lib/CodeGen/OcamlGC.cpp')
-rw-r--r-- | llvm/lib/CodeGen/OcamlGC.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/lib/CodeGen/OcamlGC.cpp b/llvm/lib/CodeGen/OcamlGC.cpp index 0b90444406d..5c6e29a6b00 100644 --- a/llvm/lib/CodeGen/OcamlGC.cpp +++ b/llvm/lib/CodeGen/OcamlGC.cpp @@ -9,11 +9,11 @@ // // This file implements lowering for the llvm.gc* intrinsics compatible with // Objective Caml 3.10.0, which uses a liveness-accurate static stack map. -// +// // The frametable emitter is in OcamlGCPrinter.cpp. // //===----------------------------------------------------------------------===// - + #include "llvm/CodeGen/GCs.h" #include "llvm/CodeGen/GCStrategy.h" |