summaryrefslogtreecommitdiff
path: root/llvm/lib/Target/VE/VESubtarget.h
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/lib/Target/VE/VESubtarget.h')
-rw-r--r--llvm/lib/Target/VE/VESubtarget.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Target/VE/VESubtarget.h b/llvm/lib/Target/VE/VESubtarget.h
index e9637cc16023b..f3a2c206162e9 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 {