Do not use virtual function to identify an analysis pass.
[oota-llvm.git] / include / llvm / Analysis / LoopPass.h
index 3b5f565f533f50021b6592000b561a2ce9a39892..8ebbbafb5858a15895711f508dd856a19b0b9efb 100644 (file)
@@ -29,7 +29,7 @@ class PMStack;
 class LoopPass : public Pass {
 
  public:
explicit LoopPass(intptr_t pid) : Pass(pid) {}
 explicit LoopPass(intptr_t pid, bool AP = false) : Pass(pid, AP) {}
 
   // runOnLoop - This method should be implemented by the subclass to perform
   // whatever action is necessary for the specfied Loop.