summaryrefslogtreecommitdiff
path: root/include/llvm/Analysis/DSNode.h
diff options
context:
space:
mode:
authorMisha Brukman <brukman+llvm@gmail.com>2002-11-02 21:18:53 +0000
committerMisha Brukman <brukman+llvm@gmail.com>2002-11-02 21:18:53 +0000
commit0d05e6d942e75a1187e8538adf3a05c09976cabf (patch)
tree12048970b86671bfeefe3975a73e3fa25667da0d /include/llvm/Analysis/DSNode.h
parentf01729ea56ea72316508e55a3626c8c0310a1ae4 (diff)
downloadllvm-0d05e6d942e75a1187e8538adf3a05c09976cabf.tar.gz
llvm-0d05e6d942e75a1187e8538adf3a05c09976cabf.tar.bz2
llvm-0d05e6d942e75a1187e8538adf3a05c09976cabf.tar.xz
Fixed comment on top of DSNode.h, added note to DSSupport.h as to why
functions were split out from DSNode class. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@4509 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/Analysis/DSNode.h')
-rw-r--r--include/llvm/Analysis/DSNode.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/llvm/Analysis/DSNode.h b/include/llvm/Analysis/DSNode.h
index 74fd5afe53..12d2cbc2bd 100644
--- a/include/llvm/Analysis/DSNode.h
+++ b/include/llvm/Analysis/DSNode.h
@@ -1,6 +1,6 @@
-//===- DSSupport.h - Support for datastructure graphs -----------*- C++ -*-===//
+//===- DSNode.h - Node definition for datastructure graphs ------*- C++ -*-===//
//
-// Support for graph nodes, call sites, and types.
+// Data structure graph nodes and some implementation of DSNodeHandle.
//
//===----------------------------------------------------------------------===//