aboutsummaryrefslogtreecommitdiff
path: root/tools/llvm-mca/View.cpp
blob: 390a7aeb3b9d583cce118ddd01d81d5bafb9e7cd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
//===----------------------- 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