From f10da33e21e84c9a4dc5560d93bc5ac0fdf13cf3 Mon Sep 17 00:00:00 2001 From: Brian Gaeke Date: Fri, 5 Sep 2003 19:43:45 +0000 Subject: [PATCH] No longer used git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8374 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/llvm/Reoptimizer/InstLoops.h | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 include/llvm/Reoptimizer/InstLoops.h diff --git a/include/llvm/Reoptimizer/InstLoops.h b/include/llvm/Reoptimizer/InstLoops.h deleted file mode 100644 index c01008e6ec1..00000000000 --- a/include/llvm/Reoptimizer/InstLoops.h +++ /dev/null @@ -1,16 +0,0 @@ -//===-- InstLoops.h - interface to insert instrumentation --------*- C++ -*--=// -// -// Instrument every back edges with counters -//===----------------------------------------------------------------------===// - -#ifndef LLVM_REOPTIMIZERINSTLOOPS_H -#define LLVM_REOPTIMIZERINSTLOOPS_H - -class Pass; - -// createInstLoopsPass - Create a new pass to add counters on back edges -// -Pass *createInstLoopsPass(); - -#endif - -- 2.11.0