diff options
author | Evan Cheng <evan.cheng@apple.com> | 2010-03-02 19:02:27 +0000 |
---|---|---|
committer | Evan Cheng <evan.cheng@apple.com> | 2010-03-02 19:02:27 +0000 |
commit | 10194a425cc0a19bdbbf4e8b0b6c45561f6da589 (patch) | |
tree | 372b45784bae4b4338fad56ae0e02766a194326d /llvm/lib/CodeGen/MachineCSE.cpp | |
parent | 35ec683b783579f64659ad498aa7fab7ad1798b8 (diff) | |
download | bcm5719-llvm-10194a425cc0a19bdbbf4e8b0b6c45561f6da589.tar.gz bcm5719-llvm-10194a425cc0a19bdbbf4e8b0b6c45561f6da589.zip |
Fix typo.
llvm-svn: 97577
Diffstat (limited to 'llvm/lib/CodeGen/MachineCSE.cpp')
-rw-r--r-- | llvm/lib/CodeGen/MachineCSE.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/MachineCSE.cpp b/llvm/lib/CodeGen/MachineCSE.cpp index 288fb473494..6f80741ee2e 100644 --- a/llvm/lib/CodeGen/MachineCSE.cpp +++ b/llvm/lib/CodeGen/MachineCSE.cpp @@ -8,7 +8,7 @@ //===----------------------------------------------------------------------===// // // This pass performs global common subexpression elimination on machine -// instructions using a scoped hash table based value numbering schemem. IT +// instructions using a scoped hash table based value numbering scheme. It // must be run while the machine function is still in SSA form. // //===----------------------------------------------------------------------===// |