blob: 5aa2bc6d895eddc823f13b6835f24e41009b2809 [file] [log] [blame]
Fedor Sergeeve6959a62018-09-20 17:08:45 +00001//===- PassInstrumentation.cpp - Pass Instrumentation interface -*- C++ -*-===//
2//
3// The LLVM Compiler Infrastructure
4//
5// This file is distributed under the University of Illinois Open Source
6// License. See LICENSE.TXT for details.
7//
8//===----------------------------------------------------------------------===//
9/// \file
10///
11/// This file provides the implementation of PassInstrumentation class.
12///
13//===----------------------------------------------------------------------===//
14
15#include "llvm/IR/PassInstrumentation.h"
16#include "llvm/IR/PassManager.h"
17
18namespace llvm {
19
20AnalysisKey PassInstrumentationAnalysis::Key;
21
22} // namespace llvm