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:
3ee239b
)
Fix typo in head-of-file comment.
author
Brian Gaeke
<gaeke@uiuc.edu>
Sun, 30 May 2004 03:33:48 +0000
(
03:33
+0000)
committer
Brian Gaeke
<gaeke@uiuc.edu>
Sun, 30 May 2004 03:33:48 +0000
(
03:33
+0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@13903
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/CodeGen/MachineCodeForInstruction.cpp
patch
|
blob
|
history
diff --git
a/lib/CodeGen/MachineCodeForInstruction.cpp
b/lib/CodeGen/MachineCodeForInstruction.cpp
index 8bf1c4129a49863a2bd0e09fc99ef6d0eb81ef0d..d6094cef4093a8350e61f0cd224375d8bde555ef 100644
(file)
--- a/
lib/CodeGen/MachineCodeForInstruction.cpp
+++ b/
lib/CodeGen/MachineCodeForInstruction.cpp
@@
-13,7
+13,7
@@
// machine instructions:
//
// "Temporary values" are intermediate values used in the machine instruction
-// sequence, but not in the VM instruction Note that such values should be
+// sequence, but not in the VM instruction
.
Note that such values should be
// treated as pure SSA values with no interpretation of their operands (i.e., as
// a TmpInstruction object which actually represents such a value).
//