summaryrefslogtreecommitdiff
path: root/lib/Target/PowerPC/PPCScheduleG4Plus.td
diff options
context:
space:
mode:
authorJim Laskey <jlaskey@mac.com>2005-10-19 13:34:52 +0000
committerJim Laskey <jlaskey@mac.com>2005-10-19 13:34:52 +0000
commit0de8796e68d49d57f4135aa40a1c72b03aa8ecca (patch)
tree1fcf99c527ee9876be7cc735bc50da5828f697f3 /lib/Target/PowerPC/PPCScheduleG4Plus.td
parent2f041d49a9750b714a8ceebe28038c78c6c40a4e (diff)
downloadllvm-0de8796e68d49d57f4135aa40a1c72b03aa8ecca.tar.gz
llvm-0de8796e68d49d57f4135aa40a1c72b03aa8ecca.tar.bz2
llvm-0de8796e68d49d57f4135aa40a1c72b03aa8ecca.tar.xz
Push processor descriptions to the top of target and add command line info.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@23820 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/PowerPC/PPCScheduleG4Plus.td')
-rw-r--r--lib/Target/PowerPC/PPCScheduleG4Plus.td2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Target/PowerPC/PPCScheduleG4Plus.td b/lib/Target/PowerPC/PPCScheduleG4Plus.td
index 7d028c2c65..d5b95289c6 100644
--- a/lib/Target/PowerPC/PPCScheduleG4Plus.td
+++ b/lib/Target/PowerPC/PPCScheduleG4Plus.td
@@ -11,7 +11,7 @@
//
//===----------------------------------------------------------------------===//
-def G4PlusItineraries : ProcessorItineraries<G4Plus, [
+def G4PlusItineraries : ProcessorItineraries<[
InstrItinData<IntGeneral , [InstrStage<1, [IU1, IU2, IU3, IU4]>]>,
InstrItinData<IntCompare , [InstrStage<1, [IU1, IU2, IU3, IU4]>]>,
InstrItinData<IntDivW , [InstrStage<23, [IU2]>]>,