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 | a8b396fe29f5a509d83b19ee2da2310a7e601533 (patch) | |
tree | f660b86e8e76d3fb66c2c23a7b1e4bc08b45d2ae /llvm/lib/CodeGen/MachineCodeForInstruction.cpp | |
parent | 8eb06df5aba5fa0949b2533d474e022336319c57 (diff) | |
download | bcm5719-llvm-a8b396fe29f5a509d83b19ee2da2310a7e601533.tar.gz bcm5719-llvm-a8b396fe29f5a509d83b19ee2da2310a7e601533.zip |
Fix typo in head-of-file comment.
llvm-svn: 13903
Diffstat (limited to 'llvm/lib/CodeGen/MachineCodeForInstruction.cpp')
-rw-r--r-- | llvm/lib/CodeGen/MachineCodeForInstruction.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/MachineCodeForInstruction.cpp b/llvm/lib/CodeGen/MachineCodeForInstruction.cpp index 8bf1c4129a4..d6094cef409 100644 --- a/llvm/lib/CodeGen/MachineCodeForInstruction.cpp +++ b/llvm/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). // |