no major change.

llvm-svn: 674
This commit is contained in:
Ruchira Sasanka 2001-09-30 23:22:45 +00:00
parent 560b0ad482
commit 8a18706055
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"