From: Chris Lattner Date: Sat, 20 Sep 2003 01:23:29 +0000 (+0000) Subject: Unsquishify X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=51757155fabbf4e5463f064fb0e2913c64bd9844;p=oota-llvm.git Unsquishify git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8612 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/llvm/Analysis/DSGraph.h b/include/llvm/Analysis/DSGraph.h index 10dca09f9e5..d86d225bfe7 100644 --- a/include/llvm/Analysis/DSGraph.h +++ b/include/llvm/Analysis/DSGraph.h @@ -100,7 +100,7 @@ public: /// function point to... /// ScalarMapTy &getScalarMap() { return ScalarMap; } - const ScalarMapTy &getScalarMap() const {return ScalarMap;} + const ScalarMapTy &getScalarMap() const { return ScalarMap; } /// getFunctionCalls - Return the list of call sites in the original local /// graph... diff --git a/include/llvm/Analysis/DataStructure/DSGraph.h b/include/llvm/Analysis/DataStructure/DSGraph.h index 10dca09f9e5..d86d225bfe7 100644 --- a/include/llvm/Analysis/DataStructure/DSGraph.h +++ b/include/llvm/Analysis/DataStructure/DSGraph.h @@ -100,7 +100,7 @@ public: /// function point to... /// ScalarMapTy &getScalarMap() { return ScalarMap; } - const ScalarMapTy &getScalarMap() const {return ScalarMap;} + const ScalarMapTy &getScalarMap() const { return ScalarMap; } /// getFunctionCalls - Return the list of call sites in the original local /// graph...