diff options
Diffstat (limited to 'llvm/lib/Target/VE/VESubtarget.h')
-rw-r--r-- | llvm/lib/Target/VE/VESubtarget.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Target/VE/VESubtarget.h b/llvm/lib/Target/VE/VESubtarget.h index e9637cc16023..f3a2c206162e 100644 --- a/llvm/lib/Target/VE/VESubtarget.h +++ b/llvm/lib/Target/VE/VESubtarget.h @@ -42,7 +42,7 @@ public: const TargetMachine &TM); const VEInstrInfo *getInstrInfo() const override { return &InstrInfo; } - const TargetFrameLowering *getFrameLowering() const override { + const VEFrameLowering *getFrameLowering() const override { return &FrameLowering; } const VERegisterInfo *getRegisterInfo() const override { |