mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-15 04:30:12 +00:00
Fix a minor inconsistency.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@90165 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
15e7122a13
commit
22f6526081
@ -1663,7 +1663,7 @@ def : Pat<(X86tcret GR64:$dst, imm:$off),
|
|||||||
(TCRETURNri64 GR64:$dst, imm:$off)>;
|
(TCRETURNri64 GR64:$dst, imm:$off)>;
|
||||||
|
|
||||||
def : Pat<(X86tcret (i64 tglobaladdr:$dst), imm:$off),
|
def : Pat<(X86tcret (i64 tglobaladdr:$dst), imm:$off),
|
||||||
(TCRETURNdi64 texternalsym:$dst, imm:$off)>;
|
(TCRETURNdi64 tglobaladdr:$dst, imm:$off)>;
|
||||||
|
|
||||||
def : Pat<(X86tcret (i64 texternalsym:$dst), imm:$off),
|
def : Pat<(X86tcret (i64 texternalsym:$dst), imm:$off),
|
||||||
(TCRETURNdi64 texternalsym:$dst, imm:$off)>;
|
(TCRETURNdi64 texternalsym:$dst, imm:$off)>;
|
||||||
|
Loading…
Reference in New Issue
Block a user