For llvm-objdump, add the option -private-header (without the trailing ā€™sā€™)
[oota-llvm.git] / include / llvm / Analysis / IVUsers.h
index 00dbcbdd7806386c51a97c28eed2c94f5aa37d88..37d01490dac6a2de8dd069dd8f13bcc6321c7558 100644 (file)
@@ -34,7 +34,7 @@ class DataLayout;
 /// The Expr member keeps track of the expression, User is the actual user
 /// instruction of the operand, and 'OperandValToReplace' is the operand of
 /// the User that is the use.
-class IVStrideUse : public CallbackVH, public ilist_node<IVStrideUse> {
+class IVStrideUse final : public CallbackVH, public ilist_node<IVStrideUse> {
   friend class IVUsers;
 public:
   IVStrideUse(IVUsers *P, Instruction* U, Value *O)