diff options
| author | Brian Anderson <banderson@mozilla.com> | 2011-10-21 17:35:52 -0700 |
|---|---|---|
| committer | Brian Anderson <banderson@mozilla.com> | 2011-10-21 17:35:52 -0700 |
| commit | 160c56e76870efd9d1bf836e609f8bae092f9269 (patch) | |
| tree | 74eff2bcf46a2158bf61548fb5006dd5ccb8e397 /src/rustllvm/RustGCStrategy.cpp | |
| parent | 93d940de54cc90ea7bd5fecd3970d2466988199b (diff) | |
| download | rust-160c56e76870efd9d1bf836e609f8bae092f9269.tar.gz rust-160c56e76870efd9d1bf836e609f8bae092f9269.zip | |
Get 'make tidy' to work rustllvm and rt again
Diffstat (limited to 'src/rustllvm/RustGCStrategy.cpp')
| -rw-r--r-- | src/rustllvm/RustGCStrategy.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/rustllvm/RustGCStrategy.cpp b/src/rustllvm/RustGCStrategy.cpp index 49497600725..a6645d15a48 100644 --- a/src/rustllvm/RustGCStrategy.cpp +++ b/src/rustllvm/RustGCStrategy.cpp @@ -1,15 +1,15 @@ -//===- RustGCStrategy.cpp - Rust garbage collection strategy ----*- C++ -*-===// +//===- RustGCStrategy.cpp - Rust garbage collection strategy ----*- C++ -*-=== // // The LLVM Compiler Infrastructure // // This file is distributed under the University of Illinois Open Source // License. See LICENSE.TXT for details. // -//===----------------------------------------------------------------------===// +//===----------------------------------------------------------------------=== // // This file defines the garbage collection strategy for Rust. // -//===----------------------------------------------------------------------===// +//===----------------------------------------------------------------------=== #include "llvm/CodeGen/GCs.h" #include "llvm/CodeGen/GCStrategy.h" |
