diff options
Diffstat (limited to 'llvm')
-rw-r--r-- | llvm/lib/Target/ARM/ARMConstantIslandPass.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/lib/Target/ARM/ARMConstantIslandPass.cpp b/llvm/lib/Target/ARM/ARMConstantIslandPass.cpp index d42b124f392..f4ec8c67c97 100644 --- a/llvm/lib/Target/ARM/ARMConstantIslandPass.cpp +++ b/llvm/lib/Target/ARM/ARMConstantIslandPass.cpp @@ -1952,7 +1952,6 @@ bool ARMConstantIslands::optimizeThumb2Branches() { return MadeChange; } -/// \brief static bool isSimpleIndexCalc(MachineInstr &I, unsigned EntryReg, unsigned BaseReg) { if (I.getOpcode() != ARM::t2ADDrs) |