aboutsummaryrefslogtreecommitdiffstats
path: root/lib/CodeGen/MachineCSE.cpp
diff options
context:
space:
mode:
authorEvan Cheng <evan.cheng@apple.com>2010-03-02 19:02:27 +0000
committerEvan Cheng <evan.cheng@apple.com>2010-03-02 19:02:27 +0000
commitbdc2d1d127af1cf26a909648d8038f225160a6f6 (patch)
tree7493fd2fcecaaf4b53f4c900803d37aa109615c8 /lib/CodeGen/MachineCSE.cpp
parent456805aeb40ccef845e3b2d7f6764ae3c440d52a (diff)
downloadexternal_llvm-bdc2d1d127af1cf26a909648d8038f225160a6f6.tar.gz
external_llvm-bdc2d1d127af1cf26a909648d8038f225160a6f6.tar.bz2
external_llvm-bdc2d1d127af1cf26a909648d8038f225160a6f6.zip
Fix typo.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@97577 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/MachineCSE.cpp')
-rw-r--r--lib/CodeGen/MachineCSE.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/CodeGen/MachineCSE.cpp b/lib/CodeGen/MachineCSE.cpp
index 288fb47349..6f80741ee2 100644
--- a/lib/CodeGen/MachineCSE.cpp
+++ b/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.
//
//===----------------------------------------------------------------------===//