diff options
Diffstat (limited to 'include/llvm/Transforms/Utils/Local.h')
-rw-r--r-- | include/llvm/Transforms/Utils/Local.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/Transforms/Utils/Local.h b/include/llvm/Transforms/Utils/Local.h index 3fb0535723..3ccc61280f 100644 --- a/include/llvm/Transforms/Utils/Local.h +++ b/include/llvm/Transforms/Utils/Local.h @@ -56,7 +56,7 @@ void RecursivelyDeleteTriviallyDeadInstructions(Value *V, SmallVectorImpl<Instruction*> *DeadInst = 0); //===----------------------------------------------------------------------===// -// Control Flow Graph Restructuring... +// Control Flow Graph Restructuring. // /// MergeBasicBlockIntoOnlyPred - BB is a block with one predecessor and its |