summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorRuchira Sasanka <sasanka@students.uiuc.edu>2001-12-08 21:04:22 +0000
committerRuchira Sasanka <sasanka@students.uiuc.edu>2001-12-08 21:04:22 +0000
commitb720a8bc1dab024c40d805429c2f7ef57232a02d (patch)
treea25a2a0a51ad8ec27d0f6219d38cbf342eb96963 /include
parent952d365a3a446ebfbf14a8db27e26c5c2abec651 (diff)
downloadllvm-b720a8bc1dab024c40d805429c2f7ef57232a02d.tar.gz
llvm-b720a8bc1dab024c40d805429c2f7ef57232a02d.tar.bz2
llvm-b720a8bc1dab024c40d805429c2f7ef57232a02d.tar.xz
Added comments are more documentation info
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1434 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include')
-rw-r--r--include/llvm/Analysis/LiveVar/FunctionLiveVarInfo.h11
-rw-r--r--include/llvm/CodeGen/FunctionLiveVarInfo.h11
2 files changed, 10 insertions, 12 deletions
diff --git a/include/llvm/Analysis/LiveVar/FunctionLiveVarInfo.h b/include/llvm/Analysis/LiveVar/FunctionLiveVarInfo.h
index ba442579fe..643bdb5926 100644
--- a/include/llvm/Analysis/LiveVar/FunctionLiveVarInfo.h
+++ b/include/llvm/Analysis/LiveVar/FunctionLiveVarInfo.h
@@ -57,6 +57,11 @@
See buildInterferenceGraph() for the above example.
+DOCUMENTATION:
+-------------
+
+See README.
+
*/
@@ -139,12 +144,6 @@ class MethodLiveVarInfo
const LiveVarSet * getLiveVarSetAfterMInst(const MachineInstr *const MInst,
const BasicBlock *const CurBB);
- // TODO: Put a method to invalidate all LVBBs, delete existin BBLivar in
- // BB2BBLVMap
- // inline invalidate
-
-
-
};
diff --git a/include/llvm/CodeGen/FunctionLiveVarInfo.h b/include/llvm/CodeGen/FunctionLiveVarInfo.h
index ba442579fe..643bdb5926 100644
--- a/include/llvm/CodeGen/FunctionLiveVarInfo.h
+++ b/include/llvm/CodeGen/FunctionLiveVarInfo.h
@@ -57,6 +57,11 @@
See buildInterferenceGraph() for the above example.
+DOCUMENTATION:
+-------------
+
+See README.
+
*/
@@ -139,12 +144,6 @@ class MethodLiveVarInfo
const LiveVarSet * getLiveVarSetAfterMInst(const MachineInstr *const MInst,
const BasicBlock *const CurBB);
- // TODO: Put a method to invalidate all LVBBs, delete existin BBLivar in
- // BB2BBLVMap
- // inline invalidate
-
-
-
};