llvm-svn: 25239
This commit is contained in:
Chris Lattner 2006-01-12 02:05:36 +00:00
parent 1014b38404
commit 268d3584fc
1 changed files with 1 additions and 1 deletions

View File

@ -181,7 +181,7 @@ def memrr : Operand<i32> {
let MIOperandInfo = (ops GPRC, GPRC);
}
// Define X86 specific addressing mode.
// Define PowerPC specific addressing mode.
def iaddr : ComplexPattern<i32, 2, "SelectAddrImm", []>;
def xaddr : ComplexPattern<i32, 2, "SelectAddrIdx", []>;
def xoaddr : ComplexPattern<i32, 2, "SelectAddrIdxOnly",[]>;