aboutsummaryrefslogtreecommitdiff
path: root/lib/Analysis/DataStructure/Local.cpp
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2002-10-18 18:22:46 +0000
committerChris Lattner <sabre@nondot.org>2002-10-18 18:22:46 +0000
commita3f8586d9dcc8e75358cc7bef2eedbd560904bc9 (patch)
treeb1f76e466953aaa489749c0e88233b3d0423609a /lib/Analysis/DataStructure/Local.cpp
parent137d399faea745a9b75315fd1d5c4c1855fd6f4f (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.cpp1
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;
}
-