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.cpp | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 llvm/tools/llvm-mca/View.cpp (limited to 'llvm/tools/llvm-mca/View.cpp') diff --git a/llvm/tools/llvm-mca/View.cpp b/llvm/tools/llvm-mca/View.cpp deleted file mode 100644 index 390a7aeb3b9..00000000000 --- a/llvm/tools/llvm-mca/View.cpp +++ /dev/null @@ -1,20 +0,0 @@ -//===----------------------- View.cpp ---------------------------*- 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 virtual anchor method in View.h to pin the vtable. -/// -//===----------------------------------------------------------------------===// - -#include "View.h" - -namespace mca { - -void View::anchor() {} -} // namespace mca -- cgit v1.2.3