no major change.
authorRuchira Sasanka <sasanka@students.uiuc.edu>
Sun, 30 Sep 2001 23:22:45 +0000 (23:22 +0000)
committerRuchira Sasanka <sasanka@students.uiuc.edu>
Sun, 30 Sep 2001 23:22:45 +0000 (23:22 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@674 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/Analysis/LiveVar/FunctionLiveVarInfo.h
include/llvm/Analysis/LiveVar/ValueSet.h
include/llvm/CodeGen/FunctionLiveVarInfo.h
include/llvm/CodeGen/ValueSet.h

index 64a90c0dcc24eb3430c08aa1ffd5e4cb9d530288..0dca0fee99bd33e3845e8d11391de7ac502c7b35 100644 (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
index 2b564b4a90d2355088240f0bfbbfda6dffd9df08..ee6aa15aaba41594e19b001660d9bf158402a037 100644 (file)
@@ -12,7 +12,7 @@
 
 #include <hash_set>
 #include <algorithm>
-#include <fstream>
+//#include <fstream>
 #include <iostream>
 
 #include "llvm/Value.h"
index 64a90c0dcc24eb3430c08aa1ffd5e4cb9d530288..0dca0fee99bd33e3845e8d11391de7ac502c7b35 100644 (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
index 2b564b4a90d2355088240f0bfbbfda6dffd9df08..ee6aa15aaba41594e19b001660d9bf158402a037 100644 (file)
@@ -12,7 +12,7 @@
 
 #include <hash_set>
 #include <algorithm>
-#include <fstream>
+//#include <fstream>
 #include <iostream>
 
 #include "llvm/Value.h"