Fix indent in comment.
authorNick Lewycky <nicholas@mxc.ca>
Wed, 12 Oct 2011 00:14:12 +0000 (00:14 +0000)
committerNick Lewycky <nicholas@mxc.ca>
Wed, 12 Oct 2011 00:14:12 +0000 (00:14 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@141749 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/X86/X86FastISel.cpp

index aafa96389acb6ec1cd40100972e3a13abbd91856..f912b28eb47b9deed33c5fae64a38a6b4204a25b 100644 (file)
@@ -1738,7 +1738,7 @@ bool X86FastISel::DoSelectCall(const Instruction *I, const char *MemIntName) {
         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 {