diff options
author | Ruchira Sasanka <sasanka@students.uiuc.edu> | 2001-09-30 23:22:45 +0000 |
---|---|---|
committer | Ruchira Sasanka <sasanka@students.uiuc.edu> | 2001-09-30 23:22:45 +0000 |
commit | e939ddb96bd3143d1893782ddeaf35ec68be7479 (patch) | |
tree | f1def914497aa90e631387f86b8b692848f9b82f | |
parent | ab304c42c2d7c3ab1109c423774bddb85867715f (diff) |
no major change.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@674 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | include/llvm/Analysis/LiveVar/FunctionLiveVarInfo.h | 2 | ||||
-rw-r--r-- | include/llvm/Analysis/LiveVar/ValueSet.h | 2 | ||||
-rw-r--r-- | include/llvm/CodeGen/FunctionLiveVarInfo.h | 2 | ||||
-rw-r--r-- | include/llvm/CodeGen/ValueSet.h | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/include/llvm/Analysis/LiveVar/FunctionLiveVarInfo.h b/include/llvm/Analysis/LiveVar/FunctionLiveVarInfo.h index 64a90c0dcc..0dca0fee99 100644 --- a/include/llvm/Analysis/LiveVar/FunctionLiveVarInfo.h +++ b/include/llvm/Analysis/LiveVar/FunctionLiveVarInfo.h @@ -123,7 +123,7 @@ class MethodLiveVarInfo // gets OutSet of a BB inline const LiveVarSet *getOutSetOfBB( const BasicBlock *const BB) const { assert( HasAnalyzed && "call analyze() before calling this" ); - return ( (* (BB2BBLVMap.find(BB)) ).second )->getOutSet(); + return ( (* (BB2BBLVMap.find(BB)) ).second ) ->getOutSet(); } // gets InSet of a BB diff --git a/include/llvm/Analysis/LiveVar/ValueSet.h b/include/llvm/Analysis/LiveVar/ValueSet.h index 2b564b4a90..ee6aa15aab 100644 --- a/include/llvm/Analysis/LiveVar/ValueSet.h +++ b/include/llvm/Analysis/LiveVar/ValueSet.h @@ -12,7 +12,7 @@ #include <hash_set> #include <algorithm> -#include <fstream> +//#include <fstream> #include <iostream> #include "llvm/Value.h" diff --git a/include/llvm/CodeGen/FunctionLiveVarInfo.h b/include/llvm/CodeGen/FunctionLiveVarInfo.h index 64a90c0dcc..0dca0fee99 100644 --- a/include/llvm/CodeGen/FunctionLiveVarInfo.h +++ b/include/llvm/CodeGen/FunctionLiveVarInfo.h @@ -123,7 +123,7 @@ class MethodLiveVarInfo // gets OutSet of a BB inline const LiveVarSet *getOutSetOfBB( const BasicBlock *const BB) const { assert( HasAnalyzed && "call analyze() before calling this" ); - return ( (* (BB2BBLVMap.find(BB)) ).second )->getOutSet(); + return ( (* (BB2BBLVMap.find(BB)) ).second ) ->getOutSet(); } // gets InSet of a BB diff --git a/include/llvm/CodeGen/ValueSet.h b/include/llvm/CodeGen/ValueSet.h index 2b564b4a90..ee6aa15aab 100644 --- a/include/llvm/CodeGen/ValueSet.h +++ b/include/llvm/CodeGen/ValueSet.h @@ -12,7 +12,7 @@ #include <hash_set> #include <algorithm> -#include <fstream> +//#include <fstream> #include <iostream> #include "llvm/Value.h" |