aboutsummaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2006-01-12 02:05:36 +0000
committerChris Lattner <sabre@nondot.org>2006-01-12 02:05:36 +0000
commita613d267ea9e7f64336d9c3605b5361d901bf452 (patch)
treed19dd298dc2ae54df9a1f9785303f1a70d89ef29 /lib
parente699ef56186ec4aec379a98c646f263bdaa61624 (diff)
downloadexternal_llvm-a613d267ea9e7f64336d9c3605b5361d901bf452.zip
external_llvm-a613d267ea9e7f64336d9c3605b5361d901bf452.tar.gz
external_llvm-a613d267ea9e7f64336d9c3605b5361d901bf452.tar.bz2
ahem :)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@25239 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib')
-rw-r--r--lib/Target/PowerPC/PPCInstrInfo.td2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Target/PowerPC/PPCInstrInfo.td b/lib/Target/PowerPC/PPCInstrInfo.td
index e8f3593..4ccf4c2 100644
--- a/lib/Target/PowerPC/PPCInstrInfo.td
+++ b/lib/Target/PowerPC/PPCInstrInfo.td
@@ -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",[]>;