mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-23 11:13:28 +01:00
WebAssembly: add placeholder intrinsics header
Reviewers: sunfish Subscribers: llvm-commits, jfb Differential Revision: http://reviews.llvm.org/D11080 llvm-svn: 241858
This commit is contained in:
parent
8121a95455
commit
3fd54f5cb7
@ -646,3 +646,4 @@ include "llvm/IR/IntrinsicsMips.td"
|
|||||||
include "llvm/IR/IntrinsicsAMDGPU.td"
|
include "llvm/IR/IntrinsicsAMDGPU.td"
|
||||||
include "llvm/IR/IntrinsicsBPF.td"
|
include "llvm/IR/IntrinsicsBPF.td"
|
||||||
include "llvm/IR/IntrinsicsSystemZ.td"
|
include "llvm/IR/IntrinsicsSystemZ.td"
|
||||||
|
include "llvm/IR/IntrinsicsWebAssembly.td"
|
||||||
|
16
include/llvm/IR/IntrinsicsWebAssembly.td
Normal file
16
include/llvm/IR/IntrinsicsWebAssembly.td
Normal file
@ -0,0 +1,16 @@
|
|||||||
|
//===- IntrinsicsWebAssembly.td - Defines wasm intrinsics --*- tablegen -*-===//
|
||||||
|
//
|
||||||
|
// The LLVM Compiler Infrastructure
|
||||||
|
//
|
||||||
|
// This file is distributed under the University of Illinois Open Source
|
||||||
|
// License. See LICENSE.TXT for details.
|
||||||
|
//
|
||||||
|
//===----------------------------------------------------------------------===//
|
||||||
|
///
|
||||||
|
/// \file
|
||||||
|
/// \brief This file defines all of the WebAssembly-specific intrinsics.
|
||||||
|
///
|
||||||
|
//===----------------------------------------------------------------------===//
|
||||||
|
|
||||||
|
let TargetPrefix = "wasm" in { // All intrinsics start with "llvm.wasm.".
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user