[SystemC] Rename SystemCAttributesImpl to SystemCAttributes

This commit is contained in:
Martin Erhart 2022-10-05 08:52:55 +02:00
parent 5498d926f4
commit cf9f2be1d0
2 changed files with 2 additions and 2 deletions

View File

@ -37,7 +37,7 @@ class SystemCOp<string mnemonic, list<Trait> traits = []> :
def HasCustomSSAName : DeclareOpInterfaceMethods<OpAsmOpInterface,
["getAsmResultNames"]>;
include "circt/Dialect/SystemC/SystemCAttributesImpl.td"
include "circt/Dialect/SystemC/SystemCAttributes.td"
include "circt/Dialect/SystemC/SystemCTypes.td"
include "circt/Dialect/SystemC/SystemCExpressions.td"
include "circt/Dialect/SystemC/SystemCStatements.td"

View File

@ -1,4 +1,4 @@
//===- SystemCAttributesImpl.td - SystemC attribute defs ---*- tablegen -*-===//
//===- SystemCAttributes.td - SystemC attributes -----------*- tablegen -*-===//
//
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
// See https://llvm.org/LICENSE.txt for license information.