*** empty log message ***
[oota-llvm.git] / include / llvm / CodeGen / FunctionLiveVarInfo.h
index 38cb3f09e3e4cf6ba12ffb0424b138d0bab7f50f..ac21a26633366fc67cfa092c30e51148fb023d48 100644 (file)
@@ -58,8 +58,8 @@
 */
 
 
-#ifndef METH_LIVE_VAR_INFO_H
-#define METH_LIVE_VAR_INFO_H
+#ifndef FUNCTION_LIVE_VAR_INFO_H
+#define FUNCTION_LIVE_VAR_INFO_H
 
 #include "llvm/Pass.h"
 #include "llvm/Analysis/LiveVar/ValueSet.h"
@@ -91,8 +91,6 @@ class FunctionLiveVarInfo : public FunctionPass {
 public:
   static AnalysisID ID;    // We are an analysis, we must have an ID
 
-  virtual const char *getPassName() const { return "Live Variable Analysis"; }
-
   // --------- Implement the FunctionPass interface ----------------------
 
   // runOnFunction - Perform analysis, update internal data structures.