]> granicus.if.org Git - clang/commitdiff
Fix missing period in no-jump-table flag comment. NFC.
authorNirav Dave <niravd@google.com>
Tue, 5 Apr 2016 18:11:01 +0000 (18:11 +0000)
committerNirav Dave <niravd@google.com>
Tue, 5 Apr 2016 18:11:01 +0000 (18:11 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@265432 91177308-0d34-0410-b5e6-96231b3b80d8

include/clang/Frontend/CodeGenOptions.def

index 283f0a21690b796eea691a3b8ca14ed704ca8148..c09aa2020929fafecc52705601ebe11f97607b43 100644 (file)
@@ -149,7 +149,7 @@ CODEGENOPT(UnitAtATime       , 1, 1) ///< Unused. For mirroring GCC optimization
                                      ///< selection.
 CODEGENOPT(UnrollLoops       , 1, 0) ///< Control whether loops are unrolled.
 CODEGENOPT(RerollLoops       , 1, 0) ///< Control whether loops are rerolled.
-CODEGENOPT(NoUseJumpTables   , 1, 0) ///< Set when -fno-jump-tables is enabled
+CODEGENOPT(NoUseJumpTables   , 1, 0) ///< Set when -fno-jump-tables is enabled.
 CODEGENOPT(UnsafeFPMath      , 1, 0) ///< Allow unsafe floating point optzns.
 CODEGENOPT(UnwindTables      , 1, 0) ///< Emit unwind tables.
 CODEGENOPT(VectorizeBB       , 1, 0) ///< Run basic block vectorizer.