[PowerPC] Add missing override keyword
authorHal Finkel <hfinkel@anl.gov>
Tue, 13 Jan 2015 18:02:22 +0000 (18:02 +0000)
committerHal Finkel <hfinkel@anl.gov>
Tue, 13 Jan 2015 18:02:22 +0000 (18:02 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@225809 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/PowerPC/PPCFastISel.cpp

index 6c0e376e247391b4d352e671f27fcba116483064..13bd0c7be2c0bd732fb172daac51697db2863d0d 100644 (file)
@@ -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: