mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2024-11-25 06:40:18 +00:00
ARMConstantIslandPass.cpp: Prune an empty \brief. [-Wdocumentation]
llvm-svn: 238697
This commit is contained in:
parent
360bace8eb
commit
072a58a7fd
@ -1952,7 +1952,6 @@ bool ARMConstantIslands::optimizeThumb2Branches() {
|
||||
return MadeChange;
|
||||
}
|
||||
|
||||
/// \brief
|
||||
static bool isSimpleIndexCalc(MachineInstr &I, unsigned EntryReg,
|
||||
unsigned BaseReg) {
|
||||
if (I.getOpcode() != ARM::t2ADDrs)
|
||||
|
Loading…
Reference in New Issue
Block a user