[llvm] r238697 - ARMConstantIslandPass.cpp: Prune an empty \brief. [-Wdocumentation]
NAKAMURA Takumi
geek4civic at gmail.com
Sun May 31 16:05:35 PDT 2015
Author: chapuni
Date: Sun May 31 18:05:35 2015
New Revision: 238697
URL: http://llvm.org/viewvc/llvm-project?rev=238697&view=rev
Log:
ARMConstantIslandPass.cpp: Prune an empty \brief. [-Wdocumentation]
Modified:
llvm/trunk/lib/Target/ARM/ARMConstantIslandPass.cpp
Modified: llvm/trunk/lib/Target/ARM/ARMConstantIslandPass.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Target/ARM/ARMConstantIslandPass.cpp?rev=238697&r1=238696&r2=238697&view=diff
==============================================================================
--- llvm/trunk/lib/Target/ARM/ARMConstantIslandPass.cpp (original)
+++ llvm/trunk/lib/Target/ARM/ARMConstantIslandPass.cpp Sun May 31 18:05:35 2015
@@ -1952,7 +1952,6 @@ bool ARMConstantIslands::optimizeThumb2B
return MadeChange;
}
-/// \brief
static bool isSimpleIndexCalc(MachineInstr &I, unsigned EntryReg,
unsigned BaseReg) {
if (I.getOpcode() != ARM::t2ADDrs)
More information about the llvm-commits
mailing list