mirror of
https://github.com/RPCSX/llvm.git
synced 2025-01-10 14:10:58 +00:00
[WebAssembly] Remove an unused def : Pat.
WebAssemblyISelLowering.cpp does not wrap jump table nodes inside of WebAssemblywrapper nodes, so this pattern is not currently used. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@257127 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
0b9379b950
commit
1087a1818f
@ -130,12 +130,10 @@ def CONST_F64 : I<(outs F64:$res), (ins f64imm:$imm),
|
||||
|
||||
} // Defs = [ARGUMENTS]
|
||||
|
||||
def : Pat<(i32 (WebAssemblywrapper tglobaladdr:$dst)),
|
||||
(CONST_I32 tglobaladdr:$dst)>;
|
||||
def : Pat<(i32 (WebAssemblywrapper texternalsym:$dst)),
|
||||
(CONST_I32 texternalsym:$dst)>;
|
||||
def : Pat<(i32 (WebAssemblywrapper tjumptable:$dst)),
|
||||
(CONST_I32 tjumptable:$dst)>;
|
||||
def : Pat<(i32 (WebAssemblywrapper tglobaladdr:$addr)),
|
||||
(CONST_I32 tglobaladdr:$addr)>;
|
||||
def : Pat<(i32 (WebAssemblywrapper texternalsym:$addr)),
|
||||
(CONST_I32 texternalsym:$addr)>;
|
||||
|
||||
let Defs = [ARGUMENTS] in {
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user