grammar
authorJim Grosbach <grosbach@apple.com>
Fri, 1 Oct 2010 14:57:48 +0000 (14:57 +0000)
committerJim Grosbach <grosbach@apple.com>
Fri, 1 Oct 2010 14:57:48 +0000 (14:57 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@115314 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/ARM/CMakeLists.txt

index 3cf58e162c8c39bbf2bb0d766f7f30af659355b0..31c80674df257feeaa6e12e7a9f3264a827512f2 100644 (file)
@@ -50,7 +50,7 @@ add_llvm_target(ARMCodeGen
   Thumb2SizeReduction.cpp
   )
 
-# The ARM CodeGen library depends on the AsmPrinter for just an
-# vtable, but GenLibDeps.pl is unable to detect it. So without this
+# The ARM CodeGen library depends on the AsmPrinter for just a
+# vtable, but GenLibDeps.pl is unable to detect it. So without this,
 # the build fails with "undefined reference to `vtable for ..."
 target_link_libraries(LLVMARMCodeGen LLVMARMAsmPrinter)