summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/Mips/MipsSEISelLowering.h
diff options
context:
space:
mode:
authorEric Christopher <echristo@gmail.com>2014-09-19 23:30:42 +0000
committerEric Christopher <echristo@gmail.com>2014-09-19 23:30:42 +0000
commitb152660075ba63d0840497b4d348b7f97bb565e7 (patch)
tree8c41f9323055b608e93214b8aece7884fc7f27b6 /llvm/lib/Target/Mips/MipsSEISelLowering.h
parent1efe80109abb44856fc563881b9de4e8fae2d779 (diff)
downloadbcm5719-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.h2
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
OpenPOWER on IntegriCloud