diff options
Diffstat (limited to 'contrib/llvm-project/llvm/lib/Target/MSP430/MSP430MachineFunctionInfo.cpp')
| -rw-r--r-- | contrib/llvm-project/llvm/lib/Target/MSP430/MSP430MachineFunctionInfo.cpp | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/contrib/llvm-project/llvm/lib/Target/MSP430/MSP430MachineFunctionInfo.cpp b/contrib/llvm-project/llvm/lib/Target/MSP430/MSP430MachineFunctionInfo.cpp new file mode 100644 index 000000000000..1d3a6d118bd6 --- /dev/null +++ b/contrib/llvm-project/llvm/lib/Target/MSP430/MSP430MachineFunctionInfo.cpp @@ -0,0 +1,13 @@ +//===-- MSP430MachineFunctionInfo.cpp - MSP430 machine function info ------===// +// +// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. +// See https://llvm.org/LICENSE.txt for license information. +// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception +// +//===----------------------------------------------------------------------===// + +#include "MSP430MachineFunctionInfo.h" + +using namespace llvm; + +void MSP430MachineFunctionInfo::anchor() { } |
