From d7f7719e5e082c0b8ea2182dcbd2242b7834aa26 Mon Sep 17 00:00:00 2001
From: Roman Divacky
Date: Tue, 4 May 2010 16:11:02 +0000
Subject: Update LLVM to r103004.
---
docs/WritingAnLLVMPass.html | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
(limited to 'docs/WritingAnLLVMPass.html')
diff --git a/docs/WritingAnLLVMPass.html b/docs/WritingAnLLVMPass.html
index 7618657b18744..e592da4e2bbca 100644
--- a/docs/WritingAnLLVMPass.html
+++ b/docs/WritingAnLLVMPass.html
@@ -607,7 +607,7 @@ fast).
- virtual bool runOnSCC(const std::vector<CallGraphNode *> &SCCM) = 0;
+ virtual bool runOnSCC(CallGraphSCC &SCC) = 0;
The runOnSCC method performs the interesting work of the pass, and
@@ -1835,7 +1835,7 @@ Despite that, we have kept the LLVM passes SMP ready, and you should too.
Chris Lattner
The LLVM Compiler Infrastructure
- Last modified: $Date: 2010-03-10 02:29:39 +0100 (Wed, 10 Mar 2010) $
+ Last modified: $Date: 2010-04-17 01:07:44 +0200 (Sat, 17 Apr 2010) $