| 1 | //===- StandaloneOps.cpp - Standalone dialect ops ---------------*- C++ -*-===// |
| 2 | // |
| 3 | // This file is licensed 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 | //===----------------------------------------------------------------------===// |
| 8 | |
| 9 | #include "Standalone/StandaloneOps.h" |
| 10 | #include "Standalone/StandaloneDialect.h" |
| 11 | |
| 12 | #define GET_OP_CLASSES |
| 13 | #include "Standalone/StandaloneOps.cpp.inc" |
| 14 | |