[llvm-commits] [llvm] r59394 - /llvm/trunk/include/llvm/ADT/FoldingSet.h
Zhongxing Xu
xuzhongxing at gmail.com
Sat Nov 15 20:44:41 PST 2008
Author: zhongxingxu
Date: Sat Nov 15 22:44:41 2008
New Revision: 59394
URL: http://llvm.org/viewvc/llvm-project?rev=59394&view=rev
Log:
Fix 80-col violation.
Modified:
llvm/trunk/include/llvm/ADT/FoldingSet.h
Modified: llvm/trunk/include/llvm/ADT/FoldingSet.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/ADT/FoldingSet.h?rev=59394&r1=59393&r2=59394&view=diff
==============================================================================
--- llvm/trunk/include/llvm/ADT/FoldingSet.h (original)
+++ llvm/trunk/include/llvm/ADT/FoldingSet.h Sat Nov 15 22:44:41 2008
@@ -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.
//
//===----------------------------------------------------------------------===//
More information about the llvm-commits
mailing list