[llvm-commits] [llvm] r97577 - /llvm/trunk/lib/CodeGen/MachineCSE.cpp
Evan Cheng
evan.cheng at apple.com
Tue Mar 2 11:02:28 PST 2010
Author: evancheng
Date: Tue Mar 2 13:02:27 2010
New Revision: 97577
URL: http://llvm.org/viewvc/llvm-project?rev=97577&view=rev
Log:
Fix typo.
Modified:
llvm/trunk/lib/CodeGen/MachineCSE.cpp
Modified: llvm/trunk/lib/CodeGen/MachineCSE.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/CodeGen/MachineCSE.cpp?rev=97577&r1=97576&r2=97577&view=diff
==============================================================================
--- llvm/trunk/lib/CodeGen/MachineCSE.cpp (original)
+++ llvm/trunk/lib/CodeGen/MachineCSE.cpp Tue Mar 2 13:02:27 2010
@@ -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.
//
//===----------------------------------------------------------------------===//
More information about the llvm-commits
mailing list