0bc9b2f55b10347866c442bb97bd151284ad15dd
[oota-llvm.git] / lib / Target / WebAssembly / WebAssemblyISD.def
1 //- WebAssemblyISD.def - WebAssembly ISD ---------------------------*- 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 ///
10 /// \file
11 /// \brief This file describes the various WebAssembly ISD node types.
12 ///
13 //===----------------------------------------------------------------------===//
14
15 // NOTE: NO INCLUDE GUARD DESIRED!
16
17 HANDLE_NODETYPE(CALL)
18 HANDLE_NODETYPE(RETURN)
19 HANDLE_NODETYPE(ARGUMENT)
20 HANDLE_NODETYPE(Wrapper)
21
22 // add memory opcodes starting at ISD::FIRST_TARGET_MEMORY_OPCODE here...