mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-01 00:33:09 +00:00
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:
parent
ab304c42c2
commit
e939ddb96b
@ -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
|
||||
|
@ -12,7 +12,7 @@
|
||||
|
||||
#include <hash_set>
|
||||
#include <algorithm>
|
||||
#include <fstream>
|
||||
//#include <fstream>
|
||||
#include <iostream>
|
||||
|
||||
#include "llvm/Value.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
|
||||
|
@ -12,7 +12,7 @@
|
||||
|
||||
#include <hash_set>
|
||||
#include <algorithm>
|
||||
#include <fstream>
|
||||
//#include <fstream>
|
||||
#include <iostream>
|
||||
|
||||
#include "llvm/Value.h"
|
||||
|
Loading…
Reference in New Issue
Block a user