1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-21 12:02:58 +02:00

Fix grammaro.

llvm-svn: 119386
This commit is contained in:
Dan Gohman 2010-11-16 21:27:00 +00:00
parent 5a62a6c2b6
commit eb3b1c3576

View File

@ -7,7 +7,7 @@
// //
//===----------------------------------------------------------------------===// //===----------------------------------------------------------------------===//
// //
// Expand Psuedo-instructions produced by ISel. These is usually to allow // Expand Psuedo-instructions produced by ISel. These are usually to allow
// the expansion to contain control flow, such as a conditional move // the expansion to contain control flow, such as a conditional move
// implemented with a conditional branch and a phi, or an atomic operation // implemented with a conditional branch and a phi, or an atomic operation
// implemented with a loop. // implemented with a loop.