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 | 905c952efae9c60690a001c9737249de6fc03f61 (patch) | |
tree | 343617807be606d3db584e28860cdb01e3bd917d /llvm/lib/CodeGen/LiveRangeEdit.cpp | |
parent | 07f8d3e4e9673285f162720ab46b772ae070e32a (diff) | |
download | bcm5719-llvm-905c952efae9c60690a001c9737249de6fc03f61.tar.gz bcm5719-llvm-905c952efae9c60690a001c9737249de6fc03f61.zip |
Tidy up.
llvm-svn: 150820
Diffstat (limited to 'llvm/lib/CodeGen/LiveRangeEdit.cpp')
-rw-r--r-- | llvm/lib/CodeGen/LiveRangeEdit.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/LiveRangeEdit.cpp b/llvm/lib/CodeGen/LiveRangeEdit.cpp index 08ad0855efa..952a1e1b909 100644 --- a/llvm/lib/CodeGen/LiveRangeEdit.cpp +++ b/llvm/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 // |