mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-11-03 14:08:57 +00:00
mark "addr" as having type "iPTR", eliminating some type comparisons
in hte generated dag isel fil. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@96193 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
c87bf389dc
commit
eb079a3491
@ -120,7 +120,7 @@ def immZExt5 : PatLeaf<(imm), [{
|
||||
|
||||
// Mips Address Mode! SDNode frameindex could possibily be a match
|
||||
// since load and store instructions from stack used it.
|
||||
def addr : ComplexPattern<i32, 2, "SelectAddr", [frameindex], []>;
|
||||
def addr : ComplexPattern<iPTR, 2, "SelectAddr", [frameindex], []>;
|
||||
|
||||
//===----------------------------------------------------------------------===//
|
||||
// Instructions specific format
|
||||
|
Loading…
Reference in New Issue
Block a user