ahem :)
authorChris Lattner <sabre@nondot.org>
Thu, 12 Jan 2006 02:05:36 +0000 (02:05 +0000)
committerChris Lattner <sabre@nondot.org>
Thu, 12 Jan 2006 02:05:36 +0000 (02:05 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@25239 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/PowerPC/PPCInstrInfo.td

index e8f359318a8fe8651801770f90f4693290266337..4ccf4c22faf226d55718e6cd34c108a11e7a6531 100644 (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",[]>;