[AMDGPU] Check for immediate SrcC in mfma in AsmParser
[llvm-core.git] / lib / Target / ARC / ARCMachineFunctionInfo.cpp
blob9cd9661ae24552bcfc57e30ba1f9d19087d943c5
1 //===- ARCMachineFunctionInfo.cpp - ARC machine func info -------*- C++ -*-===//
2 //
3 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
4 // See https://llvm.org/LICENSE.txt for license information.
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
6 //
7 //===----------------------------------------------------------------------===//
9 #include "ARCMachineFunctionInfo.h"
11 using namespace llvm;
13 void ARCFunctionInfo::anchor() {}