projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a236c89
)
Fix 80-col violation.
author
Zhongxing Xu
<xuzhongxing@gmail.com>
Sun, 16 Nov 2008 04:44:41 +0000
(
04:44
+0000)
committer
Zhongxing Xu
<xuzhongxing@gmail.com>
Sun, 16 Nov 2008 04:44:41 +0000
(
04:44
+0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@59394
91177308
-0d34-0410-b5e6-
96231b3b80d8
include/llvm/ADT/FoldingSet.h
patch
|
blob
|
history
diff --git
a/include/llvm/ADT/FoldingSet.h
b/include/llvm/ADT/FoldingSet.h
index f25697c10d61def62e36f1806b322befb703442e..16c811852a8d4f56709318966b7771cfc51d25a0 100644
(file)
--- a/
include/llvm/ADT/FoldingSet.h
+++ b/
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.
//
//===----------------------------------------------------------------------===//