aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--include/llvm/Analysis/LiveVar/FunctionLiveVarInfo.h2
-rw-r--r--include/llvm/Analysis/LiveVar/ValueSet.h2
-rw-r--r--include/llvm/CodeGen/FunctionLiveVarInfo.h2
-rw-r--r--include/llvm/CodeGen/ValueSet.h2
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"