diff options
author | Justin Bogner <mail@justinbogner.com> | 2014-01-07 00:20:28 +0000 |
---|---|---|
committer | Justin Bogner <mail@justinbogner.com> | 2014-01-07 00:20:28 +0000 |
commit | ea278c32495eb011be5020a3eb04a54dd8cb425a (patch) | |
tree | eac386eca351b583d8fcbe062e7624b6434547c4 /clang/lib/CodeGen/CGExpr.cpp | |
parent | 5a87c0fb37b5f37f3c8b5f3a48b7e8fcea02a7d7 (diff) | |
download | bcm5719-llvm-ea278c32495eb011be5020a3eb04a54dd8cb425a.tar.gz bcm5719-llvm-ea278c32495eb011be5020a3eb04a54dd8cb425a.zip |
CodeGen: Sentences end with a period
llvm-svn: 198649
Diffstat (limited to 'clang/lib/CodeGen/CGExpr.cpp')
-rw-r--r-- | clang/lib/CodeGen/CGExpr.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/lib/CodeGen/CGExpr.cpp b/clang/lib/CodeGen/CGExpr.cpp index 9c108e93750..940022bdddc 100644 --- a/clang/lib/CodeGen/CGExpr.cpp +++ b/clang/lib/CodeGen/CGExpr.cpp @@ -2660,7 +2660,7 @@ EmitConditionalOperatorLValue(const AbstractConditionalOperator *expr) { if (!CondExprBool) std::swap(live, dead); if (!ContainsLabel(dead)) { - // If the true case is live, we need to track its region + // If the true case is live, we need to track its region. if (CondExprBool) Cnt.beginRegion(Builder); return EmitLValue(live); |