From eb702350f7ac9c8910755fba44a98bc9a09beb4f Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Mon, 29 Jul 2002 21:03:33 +0000 Subject: * Eliminate the Provided set. All Passes now finally just automatically provide themselves. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3124 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/llvm/Analysis/LiveVar/FunctionLiveVarInfo.h | 1 - 1 file changed, 1 deletion(-) (limited to 'include/llvm/Analysis/LiveVar/FunctionLiveVarInfo.h') diff --git a/include/llvm/Analysis/LiveVar/FunctionLiveVarInfo.h b/include/llvm/Analysis/LiveVar/FunctionLiveVarInfo.h index ac21a26..b120cc0 100644 --- a/include/llvm/Analysis/LiveVar/FunctionLiveVarInfo.h +++ b/include/llvm/Analysis/LiveVar/FunctionLiveVarInfo.h @@ -102,7 +102,6 @@ public: // getAnalysisUsage - Provide self! virtual void getAnalysisUsage(AnalysisUsage &AU) const { AU.setPreservesAll(); - AU.addProvided(ID); } // --------- Functions to access analysis results ------------------- -- cgit v1.1