[C++11] Remove an LLVM_OVERRIDE use that I missed in my previous commit.

llvm-svn: 202630
This commit is contained in:
Craig Topper 2014-03-02 10:02:43 +00:00
parent 127ab3e700
commit bbc6d62736
1 changed files with 1 additions and 1 deletions

View File

@ -637,7 +637,7 @@ public:
*LeastDerivedKind = Kind;
return true;
}
bool isPolymorphic() const LLVM_OVERRIDE { return true; }
bool isPolymorphic() const override { return true; }
private:
const unsigned MinCount;