Fix typo.

llvm-svn: 97577
This commit is contained in:
Evan Cheng 2010-03-02 19:02:27 +00:00
parent 35ec683b78
commit 10194a425c
1 changed files with 1 additions and 1 deletions

View File

@ -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.
//
//===----------------------------------------------------------------------===//