[llvm-commits] [llvm] r119386 - /llvm/trunk/lib/CodeGen/ExpandPseudos.cpp
Dan Gohman
gohman at apple.com
Tue Nov 16 13:27:00 PST 2010
Author: djg
Date: Tue Nov 16 15:27:00 2010
New Revision: 119386
URL: http://llvm.org/viewvc/llvm-project?rev=119386&view=rev
Log:
Fix grammaro.
Modified:
llvm/trunk/lib/CodeGen/ExpandPseudos.cpp
Modified: llvm/trunk/lib/CodeGen/ExpandPseudos.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/CodeGen/ExpandPseudos.cpp?rev=119386&r1=119385&r2=119386&view=diff
==============================================================================
--- llvm/trunk/lib/CodeGen/ExpandPseudos.cpp (original)
+++ llvm/trunk/lib/CodeGen/ExpandPseudos.cpp Tue Nov 16 15:27:00 2010
@@ -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
// implemented with a conditional branch and a phi, or an atomic operation
// implemented with a loop.
More information about the llvm-commits
mailing list