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:
c0be269
)
Fix typo.
author
Nick Lewycky
<nicholas@mxc.ca>
Thu, 29 Sep 2011 21:07:46 +0000
(21:07 +0000)
committer
Nick Lewycky
<nicholas@mxc.ca>
Thu, 29 Sep 2011 21:07:46 +0000
(21:07 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@140807
91177308
-0d34-0410-b5e6-
96231b3b80d8
include/llvm/CodeGen/SlotIndexes.h
patch
|
blob
|
history
diff --git
a/include/llvm/CodeGen/SlotIndexes.h
b/include/llvm/CodeGen/SlotIndexes.h
index 6eb31802120e07417f0d3c815f93ad2eacb2b165..2d98864dc9ed04eaf82733a37830aeb2d2b50390 100644
(file)
--- a/
include/llvm/CodeGen/SlotIndexes.h
+++ b/
include/llvm/CodeGen/SlotIndexes.h
@@
-7,7
+7,7
@@
//
//===----------------------------------------------------------------------===//
//
-// This file implements SlotIndex and related classes. The purp
u
se of SlotIndex
+// This file implements SlotIndex and related classes. The purp
o
se of SlotIndex
// is to describe a position at which a register can become live, or cease to
// be live.
//