Remove extraneous comment.
authorChad Rosier <mcrosier@apple.com>
Wed, 8 Aug 2012 20:38:22 +0000 (20:38 +0000)
committerChad Rosier <mcrosier@apple.com>
Wed, 8 Aug 2012 20:38:22 +0000 (20:38 +0000)
llvm-svn: 161521

clang/lib/Sema/SemaStmt.cpp

index be90578..2ec9d24 100644 (file)
@@ -2847,7 +2847,6 @@ static std::string buildMSAsmString(Sema &SemaRef,
   if (!AsmToks.size())
     return "";
 
-  // Collect the tokens into a string
   SmallString<512> Asm;
   SmallString<512> TokenBuf;
   TokenBuf.resize(512);