diff options
| author | Dan Gohman <dan433584@gmail.com> | 2015-12-05 20:41:36 +0000 |
|---|---|---|
| committer | Dan Gohman <dan433584@gmail.com> | 2015-12-05 20:41:36 +0000 |
| commit | e2a7a8278fc58f75a88aeb1b520eb6d824c17ca7 (patch) | |
| tree | bf5d376027951d1444cfaf8e04c30d29987fd92f /llvm/lib/Target/WebAssembly/WebAssemblyInstrInfo.td | |
| parent | f413410f55964867998545c909ea3bca4bb47709 (diff) | |
| download | bcm5719-llvm-e2a7a8278fc58f75a88aeb1b520eb6d824c17ca7.tar.gz bcm5719-llvm-e2a7a8278fc58f75a88aeb1b520eb6d824c17ca7.zip | |
[WebAssembly] Implement direct calls to external symbols.
llvm-svn: 254863
Diffstat (limited to 'llvm/lib/Target/WebAssembly/WebAssemblyInstrInfo.td')
| -rw-r--r-- | llvm/lib/Target/WebAssembly/WebAssemblyInstrInfo.td | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/lib/Target/WebAssembly/WebAssemblyInstrInfo.td b/llvm/lib/Target/WebAssembly/WebAssemblyInstrInfo.td index caffac1bc52..c36a45fe91d 100644 --- a/llvm/lib/Target/WebAssembly/WebAssemblyInstrInfo.td +++ b/llvm/lib/Target/WebAssembly/WebAssemblyInstrInfo.td @@ -68,7 +68,6 @@ def WebAssemblywrapper : SDNode<"WebAssemblyISD::Wrapper", def bb_op : Operand<OtherVT>; def tjumptable_op : Operand<iPTR>; -def global : Operand<iPTR>; //===----------------------------------------------------------------------===// // WebAssembly Instruction Format Definitions. |

