diff options
Diffstat (limited to 'llvm/lib/IR/PassInstrumentation.cpp')
-rw-r--r-- | llvm/lib/IR/PassInstrumentation.cpp | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/llvm/lib/IR/PassInstrumentation.cpp b/llvm/lib/IR/PassInstrumentation.cpp deleted file mode 100644 index 5aa2bc6d895..00000000000 --- a/llvm/lib/IR/PassInstrumentation.cpp +++ /dev/null @@ -1,22 +0,0 @@ -//===- PassInstrumentation.cpp - Pass Instrumentation interface -*- C++ -*-===// -// -// The LLVM Compiler Infrastructure -// -// This file is distributed under the University of Illinois Open Source -// License. See LICENSE.TXT for details. -// -//===----------------------------------------------------------------------===// -/// \file -/// -/// This file provides the implementation of PassInstrumentation class. -/// -//===----------------------------------------------------------------------===// - -#include "llvm/IR/PassInstrumentation.h" -#include "llvm/IR/PassManager.h" - -namespace llvm { - -AnalysisKey PassInstrumentationAnalysis::Key; - -} // namespace llvm |