diff --git a/include/llvm/Analysis/LiveVar/FunctionLiveVarInfo.h b/include/llvm/Analysis/LiveVar/FunctionLiveVarInfo.h index 64a90c0dcc2..0dca0fee99b 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 2b564b4a90d..ee6aa15aaba 100644 --- a/include/llvm/Analysis/LiveVar/ValueSet.h +++ b/include/llvm/Analysis/LiveVar/ValueSet.h @@ -12,7 +12,7 @@ #include #include -#include +//#include #include #include "llvm/Value.h" diff --git a/include/llvm/CodeGen/FunctionLiveVarInfo.h b/include/llvm/CodeGen/FunctionLiveVarInfo.h index 64a90c0dcc2..0dca0fee99b 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 2b564b4a90d..ee6aa15aaba 100644 --- a/include/llvm/CodeGen/ValueSet.h +++ b/include/llvm/CodeGen/ValueSet.h @@ -12,7 +12,7 @@ #include #include -#include +//#include #include #include "llvm/Value.h"