summaryrefslogtreecommitdiff
path: root/lib/Target/PowerPC/PPCScheduleG4.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/PPCScheduleG4.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/PPCScheduleG4.td')
-rw-r--r--lib/Target/PowerPC/PPCScheduleG4.td2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Target/PowerPC/PPCScheduleG4.td b/lib/Target/PowerPC/PPCScheduleG4.td
index 6984ae9b0a..2b1818a24f 100644
--- a/lib/Target/PowerPC/PPCScheduleG4.td
+++ b/lib/Target/PowerPC/PPCScheduleG4.td
@@ -11,7 +11,7 @@
//
//===----------------------------------------------------------------------===//
-def G4Itineraries : ProcessorItineraries<G4, [
+def G4Itineraries : ProcessorItineraries<[
InstrItinData<IntGeneral , [InstrStage<1, [IU1, IU2]>]>,
InstrItinData<IntCompare , [InstrStage<1, [IU1, IU2]>]>,
InstrItinData<IntDivW , [InstrStage<19, [IU1]>]>,