diff options
author | Jim Grosbach <grosbach@apple.com> | 2012-02-17 17:35:10 +0000 |
---|---|---|
committer | Jim Grosbach <grosbach@apple.com> | 2012-02-17 17:35:10 +0000 |
commit | 7842a741eb0e1baa35af8c3bb5884655c1edaa9e (patch) | |
tree | af145a321b722f526ace2bef9829903dee3c048e /lib/CodeGen/LiveRangeEdit.cpp | |
parent | 4cbcee16187ab07a70280fc10af327767325b848 (diff) |
Tidy up.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@150820 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/LiveRangeEdit.cpp')
-rw-r--r-- | lib/CodeGen/LiveRangeEdit.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/CodeGen/LiveRangeEdit.cpp b/lib/CodeGen/LiveRangeEdit.cpp index 08ad0855ef..952a1e1b90 100644 --- a/lib/CodeGen/LiveRangeEdit.cpp +++ b/lib/CodeGen/LiveRangeEdit.cpp @@ -1,4 +1,4 @@ -//===--- LiveRangeEdit.cpp - Basic tools for editing a register live range --===// +//===-- LiveRangeEdit.cpp - Basic tools for editing a register live range -===// // // The LLVM Compiler Infrastructure // |