mirror of
https://github.com/RPCSX/llvm.git
synced 2024-12-05 02:16:46 +00:00
Fix typo.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@97577 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
5b5a1fe52e
commit
c5bbba1e49
@ -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.
|
||||
//
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
Loading…
Reference in New Issue
Block a user