summaryrefslogtreecommitdiff
path: root/lib/Target/ARM/ARMSchedule.td
diff options
context:
space:
mode:
authorEvan Cheng <evan.cheng@apple.com>2010-09-28 23:50:49 +0000
committerEvan Cheng <evan.cheng@apple.com>2010-09-28 23:50:49 +0000
commit63d66eed16a6ee4e838f2f7a4c8299def0722c20 (patch)
tree8f6d45aaa9b70a0694825dabb532e81b91a6622d /lib/Target/ARM/ARMSchedule.td
parente48155b25a40e0c1f285ab42b99b2503638d6c0d (diff)
downloadllvm-63d66eed16a6ee4e838f2f7a4c8299def0722c20.tar.gz
llvm-63d66eed16a6ee4e838f2f7a4c8299def0722c20.tar.bz2
llvm-63d66eed16a6ee4e838f2f7a4c8299def0722c20.tar.xz
Add support to model pipeline bypass / forwarding.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@115005 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/ARM/ARMSchedule.td')
-rw-r--r--lib/Target/ARM/ARMSchedule.td2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Target/ARM/ARMSchedule.td b/lib/Target/ARM/ARMSchedule.td
index c64c4392a3..96c9fa0d0b 100644
--- a/lib/Target/ARM/ARMSchedule.td
+++ b/lib/Target/ARM/ARMSchedule.td
@@ -156,7 +156,7 @@ def IIC_VTBX4 : InstrItinClass;
//===----------------------------------------------------------------------===//
// Processor instruction itineraries.
-def GenericItineraries : ProcessorItineraries<[], []>;
+def GenericItineraries : ProcessorItineraries<[], [], []>;
include "ARMScheduleV6.td"
include "ARMScheduleA8.td"