diff options
| author | Eric Christopher <echristo@gmail.com> | 2014-09-19 23:30:42 +0000 |
|---|---|---|
| committer | Eric Christopher <echristo@gmail.com> | 2014-09-19 23:30:42 +0000 |
| commit | b152660075ba63d0840497b4d348b7f97bb565e7 (patch) | |
| tree | 8c41f9323055b608e93214b8aece7884fc7f27b6 /llvm/lib/Target/Mips/MipsSEISelLowering.h | |
| parent | 1efe80109abb44856fc563881b9de4e8fae2d779 (diff) | |
| download | bcm5719-llvm-b152660075ba63d0840497b4d348b7f97bb565e7.tar.gz bcm5719-llvm-b152660075ba63d0840497b4d348b7f97bb565e7.zip | |
constify the TargetMachine being passed through the Mips subtarget
creation.
llvm-svn: 218169
Diffstat (limited to 'llvm/lib/Target/Mips/MipsSEISelLowering.h')
| -rw-r--r-- | llvm/lib/Target/Mips/MipsSEISelLowering.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Target/Mips/MipsSEISelLowering.h b/llvm/lib/Target/Mips/MipsSEISelLowering.h index 3cd66f9aebe..1cf6eebf65f 100644 --- a/llvm/lib/Target/Mips/MipsSEISelLowering.h +++ b/llvm/lib/Target/Mips/MipsSEISelLowering.h @@ -20,7 +20,7 @@ namespace llvm { class MipsSETargetLowering : public MipsTargetLowering { public: - explicit MipsSETargetLowering(MipsTargetMachine &TM, + explicit MipsSETargetLowering(const MipsTargetMachine &TM, const MipsSubtarget &STI); /// \brief Enable MSA support for the given integer type and Register |

