[llvm-commits] CVS: llvm/lib/CodeGen/MachineCodeForInstruction.cpp
Brian Gaeke
gaeke at cs.uiuc.edu
Sat May 29 22:35:04 PDT 2004
Changes in directory llvm/lib/CodeGen:
MachineCodeForInstruction.cpp updated: 1.15 -> 1.16
---
Log message:
Fix typo in head-of-file comment.
---
Diffs of the changes: (+1 -1)
Index: llvm/lib/CodeGen/MachineCodeForInstruction.cpp
diff -u llvm/lib/CodeGen/MachineCodeForInstruction.cpp:1.15 llvm/lib/CodeGen/MachineCodeForInstruction.cpp:1.16
--- llvm/lib/CodeGen/MachineCodeForInstruction.cpp:1.15 Sun Feb 29 15:40:53 2004
+++ llvm/lib/CodeGen/MachineCodeForInstruction.cpp Sat May 29 22:33:48 2004
@@ -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).
//
More information about the llvm-commits
mailing list