]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - contrib/llvm/tools/llvm-mca/View.cpp
Merge ^/head r339670 through r339812.
[FreeBSD/FreeBSD.git] / contrib / llvm / tools / llvm-mca / View.cpp
1 //===----------------------- View.cpp ---------------------------*- 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 defines the virtual anchor method in View.h to pin the vtable.
12 ///
13 //===----------------------------------------------------------------------===//
14
15 #include "View.h"
16
17 namespace mca {
18
19 void View::anchor() {}
20 } // namespace mca