diff options
author | Chris Lattner <sabre@nondot.org> | 2002-10-18 18:22:46 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2002-10-18 18:22:46 +0000 |
commit | a3f8586d9dcc8e75358cc7bef2eedbd560904bc9 (patch) | |
tree | b1f76e466953aaa489749c0e88233b3d0423609a /lib/Analysis/DataStructure/Local.cpp | |
parent | 137d399faea745a9b75315fd1d5c4c1855fd6f4f (diff) |
Convert typerec to be a structure instead of a pair
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@4226 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Analysis/DataStructure/Local.cpp')
-rw-r--r-- | lib/Analysis/DataStructure/Local.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/Analysis/DataStructure/Local.cpp b/lib/Analysis/DataStructure/Local.cpp index 43fd5a4a54..b27652379e 100644 --- a/lib/Analysis/DataStructure/Local.cpp +++ b/lib/Analysis/DataStructure/Local.cpp @@ -413,4 +413,3 @@ bool LocalDataStructures::run(Module &M) { DSInfo.insert(std::make_pair(I, new DSGraph(*I))); return false; } - |