From 10aa09f0080fd88483d6be7eaa642772f4e0da60 Mon Sep 17 00:00:00 2001 From: Matt Davis Date: Fri, 24 Aug 2018 20:24:53 +0000 Subject: [llvm-mca] Move views and stats into a Views subdir. NFC. llvm-svn: 340645 --- llvm/tools/llvm-mca/View.h | 32 -------------------------------- 1 file changed, 32 deletions(-) delete mode 100644 llvm/tools/llvm-mca/View.h (limited to 'llvm/tools/llvm-mca/View.h') diff --git a/llvm/tools/llvm-mca/View.h b/llvm/tools/llvm-mca/View.h deleted file mode 100644 index 9ba94a5da97..00000000000 --- a/llvm/tools/llvm-mca/View.h +++ /dev/null @@ -1,32 +0,0 @@ -//===----------------------- View.h -----------------------------*- 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 defines the main interface for Views. Each view contributes a -/// portion of the final report generated by the tool. -/// -//===----------------------------------------------------------------------===// - -#ifndef LLVM_TOOLS_LLVM_MCA_VIEW_H -#define LLVM_TOOLS_LLVM_MCA_VIEW_H - -#include "HWEventListener.h" -#include "llvm/Support/raw_ostream.h" - -namespace mca { - -class View : public HWEventListener { -public: - virtual void printView(llvm::raw_ostream &OS) const = 0; - virtual ~View() = default; - void anchor() override; -}; -} // namespace mca - -#endif -- cgit v1.2.3