no major change.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@674 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Ruchira Sasanka 2001-09-30 23:22:45 +00:00
parent ab304c42c2
commit e939ddb96b
4 changed files with 4 additions and 4 deletions

View File

@ -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

View File

@ -12,7 +12,7 @@
#include <hash_set>
#include <algorithm>
#include <fstream>
//#include <fstream>
#include <iostream>
#include "llvm/Value.h"

View File

@ -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

View File

@ -12,7 +12,7 @@
#include <hash_set>
#include <algorithm>
#include <fstream>
//#include <fstream>
#include <iostream>
#include "llvm/Value.h"