summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Transforms/IPO/MergeFunctions.cpp
diff options
context:
space:
mode:
authorNick Lewycky <nicholas@mxc.ca>2010-07-15 06:51:22 +0000
committerNick Lewycky <nicholas@mxc.ca>2010-07-15 06:51:22 +0000
commit485ce5a49ce5488af81709ac47098e1553fc40fd (patch)
tree090e31370dbdc346abbcab6f60a308c355ab73c0 /llvm/lib/Transforms/IPO/MergeFunctions.cpp
parente6f3287cbbd0ebdd64d5f98e480d7d571b97fbb9 (diff)
downloadbcm5719-llvm-485ce5a49ce5488af81709ac47098e1553fc40fd.tar.gz
bcm5719-llvm-485ce5a49ce5488af81709ac47098e1553fc40fd.zip
This is a full sentence.
llvm-svn: 108418
Diffstat (limited to 'llvm/lib/Transforms/IPO/MergeFunctions.cpp')
-rw-r--r--llvm/lib/Transforms/IPO/MergeFunctions.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Transforms/IPO/MergeFunctions.cpp b/llvm/lib/Transforms/IPO/MergeFunctions.cpp
index 1813a599cae..aeeafe7fd19 100644
--- a/llvm/lib/Transforms/IPO/MergeFunctions.cpp
+++ b/llvm/lib/Transforms/IPO/MergeFunctions.cpp
@@ -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
OpenPOWER on IntegriCloud