Don't redeclare a pure virtual method.
authorRafael Espindola <rafael.espindola@gmail.com>
Fri, 7 Nov 2014 18:07:04 +0000 (18:07 +0000)
committerRafael Espindola <rafael.espindola@gmail.com>
Fri, 7 Nov 2014 18:07:04 +0000 (18:07 +0000)
commit9f31349268681ffe708fab23b46b382cd1f021d7
tree958d875854ef04eb4c53416144b010b172f882e9
parent45a753a49a046ec81fad5627402c28eb03b38db7
Don't redeclare a pure virtual method.

I.E., there is no value is having

void foo() override = 0;

If it is override it is already present in a base class. Since it is pure,
some other class will have to implement it.

llvm-svn: 221537
llvm/include/llvm/IR/InstrTypes.h
llvm/include/llvm/Support/StreamableMemoryObject.h