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:
9ac0aaa
)
Fix typo.
author
Jakob Stoklund Olesen
<stoklund@2pi.dk>
Mon, 6 Aug 2012 22:34:51 +0000
(22:34 +0000)
committer
Jakob Stoklund Olesen
<stoklund@2pi.dk>
Mon, 6 Aug 2012 22:34:51 +0000
(22:34 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@161354
91177308
-0d34-0410-b5e6-
96231b3b80d8
include/llvm/MC/MCSchedule.h
patch
|
blob
|
history
diff --git
a/include/llvm/MC/MCSchedule.h
b/include/llvm/MC/MCSchedule.h
index 49e3fee9c241e61961387ec7981af1dd48f459b1..626accb86b93c15f25ffa011c802184042ce88e5 100644
(file)
--- a/
include/llvm/MC/MCSchedule.h
+++ b/
include/llvm/MC/MCSchedule.h
@@
-90,7
+90,7
@@
public:
// target code can use it in static initializers. The defaults need to be
// initialized in this default ctor because some clients directly instantiate
// MCSchedModel instead of using a generated itinerary.
- MCSchedModel(): IssueWidth(Default
MinLatency
),
+ MCSchedModel(): IssueWidth(Default
IssueWidth
),
MinLatency(DefaultMinLatency),
LoadLatency(DefaultLoadLatency),
HighLatency(DefaultHighLatency),