mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-23 19:23:23 +01:00
Fix comment typos.
llvm-svn: 54266
This commit is contained in:
parent
5aaf075b29
commit
573c01d5da
@ -14,7 +14,7 @@
|
||||
//
|
||||
// Notice that:
|
||||
// * This pass has a habit of making definitions be dead. It is a good idea
|
||||
// to to run a DIE pass sometime after running this pass.
|
||||
// to run a DIE pass sometime after running this pass.
|
||||
//
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
|
@ -11,8 +11,8 @@
|
||||
// interfaces are used by the ConstantExpr::get* methods to automatically fold
|
||||
// constants when possible.
|
||||
//
|
||||
// These operators may return a null object if I don't know how to perform the
|
||||
// specified operation on the specified constant types.
|
||||
// These operators may return a null object if they don't know how to perform
|
||||
// the specified operation on the specified constant types.
|
||||
//
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user