mirror of
https://github.com/RPCS3/llvm.git
synced 2024-12-04 17:58:22 +00:00
Unsquishify
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8612 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
7892549796
commit
51757155fa
@ -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...
|
||||
|
@ -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...
|
||||
|
Loading…
Reference in New Issue
Block a user