Unsquishify

llvm-svn: 8612
This commit is contained in:
Chris Lattner 2003-09-20 01:23:29 +00:00
parent b1fcb2b644
commit 0942bc63a3
1 changed files with 1 additions and 1 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...