From f036c806b3963e60adde81f03bfc3528801d22f0 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Sun, 14 Feb 2010 21:53:19 +0000 Subject: [PATCH] mark "addr" as having type "iPTR", eliminating some type comparisons in hte generated dag isel fil. llvm-svn: 96193 --- lib/Target/Mips/MipsInstrInfo.td | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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