From 76a31f8c12a5e2cdb11237ec386d76c9f6628460 Mon Sep 17 00:00:00 2001 From: Hal Finkel Date: Tue, 13 Jan 2015 18:02:22 +0000 Subject: [PATCH] [PowerPC] Add missing override keyword llvm-svn: 225809 --- llvm/lib/Target/PowerPC/PPCFastISel.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llvm/lib/Target/PowerPC/PPCFastISel.cpp b/llvm/lib/Target/PowerPC/PPCFastISel.cpp index 6c0e376..13bd0c7 100644 --- a/llvm/lib/Target/PowerPC/PPCFastISel.cpp +++ b/llvm/lib/Target/PowerPC/PPCFastISel.cpp @@ -120,7 +120,7 @@ class PPCFastISel final : public FastISel { unsigned Op0, bool Op0IsKill, unsigned Op1, bool Op1IsKill); - bool fastLowerCall(CallLoweringInfo &CLI); + bool fastLowerCall(CallLoweringInfo &CLI) override; // Instruction selection routines. private: -- 2.7.4