mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-07-06 01:24:35 +00:00
*** empty log message ***
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3107 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@ -91,8 +91,6 @@ class FunctionLiveVarInfo : public FunctionPass {
|
||||
public:
|
||||
static AnalysisID ID; // We are an analysis, we must have an ID
|
||||
|
||||
FunctionLiveVarInfo(AnalysisID id = ID) { assert(id == ID); }
|
||||
|
||||
virtual const char *getPassName() const { return "Live Variable Analysis"; }
|
||||
|
||||
// --------- Implement the FunctionPass interface ----------------------
|
||||
|
Reference in New Issue
Block a user