diff options
Diffstat (limited to 'llvm/lib/IR/BasicBlock.cpp')
-rw-r--r-- | llvm/lib/IR/BasicBlock.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/IR/BasicBlock.cpp b/llvm/lib/IR/BasicBlock.cpp index 679c72f..675deea 100644 --- a/llvm/lib/IR/BasicBlock.cpp +++ b/llvm/lib/IR/BasicBlock.cpp @@ -526,7 +526,7 @@ void BasicBlock::renumberInstructions() { #ifndef NDEBUG /// In asserts builds, this checks the numbering. In non-asserts builds, it -/// is defined as an inline function returning true in BasicBlock.h. +/// is defined as a no-op inline function in BasicBlock.h. void BasicBlock::validateInstrOrdering() const { if (!isInstrOrderValid()) return; |