projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
928eb49
)
Add missed part of prev. commit
author
Anton Korobeynikov
<asl@math.spbu.ru>
Sun, 18 Apr 2010 20:41:42 +0000
(20:41 +0000)
committer
Anton Korobeynikov
<asl@math.spbu.ru>
Sun, 18 Apr 2010 20:41:42 +0000
(20:41 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@101755
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/Target/MBlaze/MBlazeSchedule.td
patch
|
blob
|
history
diff --git
a/lib/Target/MBlaze/MBlazeSchedule.td
b/lib/Target/MBlaze/MBlazeSchedule.td
index 6a94491db4032927f42a5dcddd4db17f72bc0599..1fec9e694005ca6c0a8205db0d35c20ead5cd631 100644
(file)
--- a/
lib/Target/MBlaze/MBlazeSchedule.td
+++ b/
lib/Target/MBlaze/MBlazeSchedule.td
@@
-40,7
+40,8
@@
def IIPseudo : InstrItinClass;
//===----------------------------------------------------------------------===//
// MBlaze Generic instruction itineraries.
//===----------------------------------------------------------------------===//
-def MBlazeGenericItineraries : ProcessorItineraries<[
+def MBlazeGenericItineraries : ProcessorItineraries<
+ [ALU, IMULDIV], [
InstrItinData<IIAlu , [InstrStage<1, [ALU]>]>,
InstrItinData<IILoad , [InstrStage<3, [ALU]>]>,
InstrItinData<IIStore , [InstrStage<1, [ALU]>]>,