[llvm-commits] [llvm] r141749 - /llvm/trunk/lib/Target/X86/X86FastISel.cpp

Nick Lewycky nicholas at mxc.ca
Tue Oct 11 17:14:12 PDT 2011


Author: nicholas
Date: Tue Oct 11 19:14:12 2011
New Revision: 141749

URL: http://llvm.org/viewvc/llvm-project?rev=141749&view=rev
Log:
Fix indent in comment.

Modified:
    llvm/trunk/lib/Target/X86/X86FastISel.cpp

Modified: llvm/trunk/lib/Target/X86/X86FastISel.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Target/X86/X86FastISel.cpp?rev=141749&r1=141748&r2=141749&view=diff
==============================================================================
--- llvm/trunk/lib/Target/X86/X86FastISel.cpp (original)
+++ llvm/trunk/lib/Target/X86/X86FastISel.cpp Tue Oct 11 19:14:12 2011
@@ -1738,7 +1738,7 @@
         assert(Res && "memcpy length already checked!"); (void)Res;
       } else if (isa<ConstantInt>(ArgVal) || isa<ConstantPointerNull>(ArgVal)) {
         // If this is a really simple value, emit this with the Value* version
-        //of X86FastEmitStore.  If it isn't simple, we don't want to do this,
+        // of X86FastEmitStore.  If it isn't simple, we don't want to do this,
         // as it can cause us to reevaluate the argument.
         X86FastEmitStore(ArgVT, ArgVal, AM);
       } else {





More information about the llvm-commits mailing list