diff options
| author | Chris Lattner <sabre@nondot.org> | 2010-04-17 00:05:36 +0000 |
|---|---|---|
| committer | Chris Lattner <sabre@nondot.org> | 2010-04-17 00:05:36 +0000 |
| commit | dddbcba2708bded39876a6d943245bc0c6c9bf3c (patch) | |
| tree | 4c87e39e08b21d4ffb15d44fe87ebac79497b24e /llvm/lib | |
| parent | cfc921cd2a9fca41a8cbea3427adfe42d8adb896 (diff) | |
| download | bcm5719-llvm-dddbcba2708bded39876a6d943245bc0c6c9bf3c.tar.gz bcm5719-llvm-dddbcba2708bded39876a6d943245bc0c6c9bf3c.zip | |
disable r101565: an assert is getting triggered. More lurking badness no doubt.
llvm-svn: 101583
Diffstat (limited to 'llvm/lib')
| -rw-r--r-- | llvm/lib/Analysis/IPA/CallGraphSCCPass.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/llvm/lib/Analysis/IPA/CallGraphSCCPass.cpp b/llvm/lib/Analysis/IPA/CallGraphSCCPass.cpp index 7b73c5dffce..cf4c0d2549c 100644 --- a/llvm/lib/Analysis/IPA/CallGraphSCCPass.cpp +++ b/llvm/lib/Analysis/IPA/CallGraphSCCPass.cpp @@ -420,8 +420,10 @@ void CallGraphSCC::ReplaceNode(CallGraphNode *Old, CallGraphNode *New) { // Update the active scc_iterator so that it doesn't contain dangling // pointers to the old CallGraphNode. +#if 0 scc_iterator<CallGraph*> *CGI = (scc_iterator<CallGraph*>*)Context; CGI->ReplaceNode(Old, New); +#endif } |

