[llvm] r221116 - Fix typo

Matt Arsenault Matthew.Arsenault at amd.com
Sun Nov 2 15:46:47 PST 2014


Author: arsenm
Date: Sun Nov  2 17:46:47 2014
New Revision: 221116

URL: http://llvm.org/viewvc/llvm-project?rev=221116&view=rev
Log:
Fix typo

Modified:
    llvm/trunk/utils/TableGen/DAGISelMatcherGen.cpp

Modified: llvm/trunk/utils/TableGen/DAGISelMatcherGen.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/utils/TableGen/DAGISelMatcherGen.cpp?rev=221116&r1=221115&r2=221116&view=diff
==============================================================================
--- llvm/trunk/utils/TableGen/DAGISelMatcherGen.cpp (original)
+++ llvm/trunk/utils/TableGen/DAGISelMatcherGen.cpp Sun Nov  2 17:46:47 2014
@@ -718,7 +718,7 @@ EmitResultInstructionAsOperand(const Tre
   CodeGenInstruction &II = CGT.getInstruction(Op);
   const DAGInstruction &Inst = CGP.getInstruction(Op);
 
-  // If we can, get the pattern for the instruction we're generating.  We derive
+  // If we can, get the pattern for the instruction we're generating. We derive
   // a variety of information from this pattern, such as whether it has a chain.
   //
   // FIXME2: This is extremely dubious for several reasons, not the least of





More information about the llvm-commits mailing list