From: Chris Lattner Date: Sun, 14 Feb 2010 21:53:19 +0000 (+0000) Subject: mark "addr" as having type "iPTR", eliminating some type comparisons X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=eb079a34910fd09947972cedfad18d9cff76a579;p=oota-llvm.git 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 --- diff --git a/lib/Target/Mips/MipsInstrInfo.td b/lib/Target/Mips/MipsInstrInfo.td index e67bcbfc177..f16a8053358 100644 --- a/lib/Target/Mips/MipsInstrInfo.td +++ b/lib/Target/Mips/MipsInstrInfo.td @@ -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; +def addr : ComplexPattern; //===----------------------------------------------------------------------===// // Instructions specific format