From: Hal Finkel Date: Tue, 13 Jan 2015 18:02:22 +0000 (+0000) Subject: [PowerPC] Add missing override keyword X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=6365882935033acfa73f1397236f577d8fa84d35;p=oota-llvm.git [PowerPC] Add missing override keyword git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@225809 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Target/PowerPC/PPCFastISel.cpp b/lib/Target/PowerPC/PPCFastISel.cpp index 6c0e376e247..13bd0c7be2c 100644 --- a/lib/Target/PowerPC/PPCFastISel.cpp +++ b/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: