git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@25239 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Chris Lattner 2006-01-12 02:05:36 +00:00
parent e699ef5618
commit a613d267ea

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",[]>;