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:
2401ff6
)
Fix typo in comment
author
Matthias Braun
<matze@braunis.de>
Tue, 5 Jan 2016 00:45:31 +0000
(
00:45
+0000)
committer
Matthias Braun
<matze@braunis.de>
Tue, 5 Jan 2016 00:45:31 +0000
(
00:45
+0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@256798
91177308
-0d34-0410-b5e6-
96231b3b80d8
include/llvm/CodeGen/MachineInstrBundle.h
patch
|
blob
|
history
diff --git
a/include/llvm/CodeGen/MachineInstrBundle.h
b/include/llvm/CodeGen/MachineInstrBundle.h
index 4fbe206fceb98d0685580cfc46ffd543d9d41aa7..4e88606c05a7e3b8d9845163de216b89fd37edd3 100644
(file)
--- a/
include/llvm/CodeGen/MachineInstrBundle.h
+++ b/
include/llvm/CodeGen/MachineInstrBundle.h
@@
-178,7
+178,7
@@
public:
/// register.
bool FullyDefined;
- /// Reg or on
t
of its aliases is read. The register may only be read
+ /// Reg or on
e
of its aliases is read. The register may only be read
/// partially.
bool Read;
/// Reg or a super-register is read. The full register is read.