This is a full sentence.
authorNick Lewycky <nicholas@mxc.ca>
Thu, 15 Jul 2010 06:51:22 +0000 (06:51 +0000)
committerNick Lewycky <nicholas@mxc.ca>
Thu, 15 Jul 2010 06:51:22 +0000 (06:51 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@108418 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Transforms/IPO/MergeFunctions.cpp

index 1813a599cae75f4a13eed128de14cbadd523cd3e..aeeafe7fd19dcc7143ebeac9abdb56f73820e8bc 100644 (file)
@@ -603,7 +603,7 @@ static void ThunkGToF(Function *F, Function *G) {
 }
 
 static void AliasGToF(Function *F, Function *G) {
-  // Darwin will trigger llvm_unreachable if asked to codegen an alias
+  // Darwin will trigger llvm_unreachable if asked to codegen an alias.
   return ThunkGToF(F, G);
 
 #if 0