Add override to overriden virtual methods, remove virtual keywords.

No functionality change. Changes made by clang-tidy + some manual cleanup.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@217028 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Benjamin Kramer
2014-09-03 11:41:21 +00:00
parent 8f2394e5af
commit a80ff26688
31 changed files with 73 additions and 101 deletions

View File

@@ -688,7 +688,7 @@ public:
}
/// useMachineCombiner - return true when a target supports MachineCombiner
virtual bool useMachineCombiner(void) const { return false; }
virtual bool useMachineCombiner() const { return false; }
protected:
/// foldMemoryOperandImpl - Target-dependent implementation for