No longer used
authorBrian Gaeke <gaeke@uiuc.edu>
Fri, 5 Sep 2003 19:43:45 +0000 (19:43 +0000)
committerBrian Gaeke <gaeke@uiuc.edu>
Fri, 5 Sep 2003 19:43:45 +0000 (19:43 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8374 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/Reoptimizer/InstLoops.h [deleted file]

diff --git a/include/llvm/Reoptimizer/InstLoops.h b/include/llvm/Reoptimizer/InstLoops.h
deleted file mode 100644 (file)
index c01008e..0000000
+++ /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
-