diff options
Diffstat (limited to 'llvm/lib/Target/Mips/Mips.h')
| -rw-r--r-- | llvm/lib/Target/Mips/Mips.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/llvm/lib/Target/Mips/Mips.h b/llvm/lib/Target/Mips/Mips.h index f722388a5b1..1ca9ea12ad3 100644 --- a/llvm/lib/Target/Mips/Mips.h +++ b/llvm/lib/Target/Mips/Mips.h @@ -41,6 +41,8 @@ namespace llvm { InstructionSelector *createMipsInstructionSelector(const MipsTargetMachine &, MipsSubtarget &, MipsRegisterBankInfo &); + + void initializeMipsDelaySlotFillerPass(PassRegistry &); } // end namespace llvm; #endif |

