Unsquishify

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8612 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Chris Lattner 2003-09-20 01:23:29 +00:00
parent 7892549796
commit 51757155fa
2 changed files with 2 additions and 2 deletions

View File

@ -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...

View File

@ -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...