diff options
author | Zhongxing Xu <xuzhongxing@gmail.com> | 2008-11-16 04:44:41 +0000 |
---|---|---|
committer | Zhongxing Xu <xuzhongxing@gmail.com> | 2008-11-16 04:44:41 +0000 |
commit | c0862044af07ae83e222404da5bf6245d7ca1610 (patch) | |
tree | 5d37db2530175b459ec994fdfac4b40a77ef6206 | |
parent | 50b9a15a43cf7e15072160074bae697859d2a448 (diff) | |
download | bcm5719-llvm-c0862044af07ae83e222404da5bf6245d7ca1610.tar.gz bcm5719-llvm-c0862044af07ae83e222404da5bf6245d7ca1610.zip |
Fix 80-col violation.
llvm-svn: 59394
-rw-r--r-- | llvm/include/llvm/ADT/FoldingSet.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/include/llvm/ADT/FoldingSet.h b/llvm/include/llvm/ADT/FoldingSet.h index f25697c10d6..16c811852a8 100644 --- a/llvm/include/llvm/ADT/FoldingSet.h +++ b/llvm/include/llvm/ADT/FoldingSet.h @@ -9,7 +9,7 @@ // // This file defines a hash set that can be used to remove duplication of nodes // in a graph. This code was originally created by Chris Lattner for use with -// SelectionDAGCSEMap, but was isolated to provide use across the llvm code set. +// SelectionDAGCSEMap, but was isolated to provide use across the llvm code set. // //===----------------------------------------------------------------------===// |