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:
0e8fc1e
)
Fix typo in comment. NFC.
author
Fraser Cormack
<fraser@codeplay.com>
Wed, 18 Nov 2015 15:02:59 +0000
(15:02 +0000)
committer
Fraser Cormack
<fraser@codeplay.com>
Wed, 18 Nov 2015 15:02:59 +0000
(15:02 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@253462
91177308
-0d34-0410-b5e6-
96231b3b80d8
include/llvm/MC/MCInstrItineraries.h
patch
|
blob
|
history
diff --git
a/include/llvm/MC/MCInstrItineraries.h
b/include/llvm/MC/MCInstrItineraries.h
index 161705de7c4e1b5c5bad28b9a56a3c2276ebbc62..b2871a9805e17b504b6489024c7c9a9e838269da 100644
(file)
--- a/
include/llvm/MC/MCInstrItineraries.h
+++ b/
include/llvm/MC/MCInstrItineraries.h
@@
-38,7
+38,7
@@
namespace llvm {
///
/// { 2, x|y, 1 }
/// indicates that the stage occupies either FU x or FU y for 2
-/// consecu
a
tive cycles and that the next stage starts one cycle
+/// consecutive cycles and that the next stage starts one cycle
/// after this stage starts. That is, the stage requirements
/// overlap in time.
///