commit | 706f50820cbef16b1e7951dfa734f79b73cb5b39 | [log] [tgz] |
---|---|---|
author | Nick Lewycky <nicholas@mxc.ca> | Thu Jul 15 06:51:22 2010 +0000 |
committer | Nick Lewycky <nicholas@mxc.ca> | Thu Jul 15 06:51:22 2010 +0000 |
tree | cedca146ce0186e87069f823151592a50d19af57 | |
parent | 664040a03c17f432a127a35013eeb6b6a26e41fb [diff] |
This is a full sentence. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@108418 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/Transforms/IPO/MergeFunctions.cpp b/lib/Transforms/IPO/MergeFunctions.cpp index 1813a59..aeeafe7 100644 --- a/lib/Transforms/IPO/MergeFunctions.cpp +++ b/lib/Transforms/IPO/MergeFunctions.cpp
@@ -603,7 +603,7 @@ } 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