mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-24 11:42:57 +01:00
Add missed part of prev. commit
llvm-svn: 101755
This commit is contained in:
parent
e325c693a5
commit
dc153b7539
@ -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]>]>,
|
||||
|
Loading…
Reference in New Issue
Block a user