summaryrefslogtreecommitdiffstats
path: root/llvm/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
commitf931f6b5c7c6a05080335a7b46fe5c051ab0e30e (patch)
tree1e1409a253e3299f64bca629b73d50f94615e8f4 /llvm/lib/Analysis/DataStructure/Local.cpp
parente7c0293f1f18a32efdc867c4bb5efe3ea1338dbb (diff)
downloadbcm5719-llvm-f931f6b5c7c6a05080335a7b46fe5c051ab0e30e.tar.gz
bcm5719-llvm-f931f6b5c7c6a05080335a7b46fe5c051ab0e30e.zip
Convert typerec to be a structure instead of a pair
llvm-svn: 4226
Diffstat (limited to 'llvm/lib/Analysis/DataStructure/Local.cpp')
-rw-r--r--llvm/lib/Analysis/DataStructure/Local.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/lib/Analysis/DataStructure/Local.cpp b/llvm/lib/Analysis/DataStructure/Local.cpp
index 43fd5a4a544..b27652379ef 100644
--- a/llvm/lib/Analysis/DataStructure/Local.cpp
+++ b/llvm/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;
}
-
OpenPOWER on IntegriCloud