mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-07-25 13:24:46 +00:00
Fix a couple of Doxygen comment issues pointed out by -Wdocumentation.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@163721 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -2613,7 +2613,7 @@ public:
|
||||
}
|
||||
|
||||
/// addCase - Add an entry to the switch instruction...
|
||||
/// @Deprecated
|
||||
/// @deprecated
|
||||
/// Note:
|
||||
/// This action invalidates case_end(). Old case_end() iterator will
|
||||
/// point to the added case.
|
||||
@@ -2699,7 +2699,7 @@ public:
|
||||
}
|
||||
|
||||
/// Resolves case value for current case.
|
||||
/// @Deprecated
|
||||
/// @deprecated
|
||||
ConstantIntTy *getCaseValue() {
|
||||
assert(Index < SI->getNumCases() && "Index out the number of cases.");
|
||||
IntegersSubsetRef CaseRanges = *SubsetIt;
|
||||
@@ -2803,7 +2803,7 @@ public:
|
||||
CaseIt(const ParentTy& Src) : ParentTy(Src) {}
|
||||
|
||||
/// Sets the new value for current case.
|
||||
/// @Deprecated.
|
||||
/// @deprecated.
|
||||
void setValue(ConstantInt *V) {
|
||||
assert(Index < SI->getNumCases() && "Index out the number of cases.");
|
||||
IntegersSubsetToBB Mapping;
|
||||
|
Reference in New Issue
Block a user