diff options
author | Brian Gaeke <gaeke@uiuc.edu> | 2004-05-30 03:33:48 +0000 |
---|---|---|
committer | Brian Gaeke <gaeke@uiuc.edu> | 2004-05-30 03:33:48 +0000 |
commit | cdd69e6719bed79fb2756725814c49b85efa37e6 (patch) | |
tree | 7a859ed78b5106a570560f3ac254e8d44cc7f10e /lib/CodeGen | |
parent | 3ee239bd40c1c54d79dd1aca0779b5e0da5e0c23 (diff) |
Fix typo in head-of-file comment.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@13903 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen')
-rw-r--r-- | lib/CodeGen/MachineCodeForInstruction.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/CodeGen/MachineCodeForInstruction.cpp b/lib/CodeGen/MachineCodeForInstruction.cpp index 8bf1c4129a..d6094cef40 100644 --- 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). // |