diff --git a/include/llvm/Analysis/SlotCalculator.h b/include/llvm/Analysis/SlotCalculator.h index d5ebe700f5e..fbdfbe90ad4 100644 --- a/include/llvm/Analysis/SlotCalculator.h +++ b/include/llvm/Analysis/SlotCalculator.h @@ -54,7 +54,7 @@ public: protected: // insertVal - Insert a value into the value table... // - void insertVal(const Value *D); + void insertVal(const Value *D, bool dontIgnore = false); // visitMethod - This member is called after the constant pool has been // processed. The default implementation of this is a noop. diff --git a/include/llvm/SlotCalculator.h b/include/llvm/SlotCalculator.h index d5ebe700f5e..fbdfbe90ad4 100644 --- a/include/llvm/SlotCalculator.h +++ b/include/llvm/SlotCalculator.h @@ -54,7 +54,7 @@ public: protected: // insertVal - Insert a value into the value table... // - void insertVal(const Value *D); + void insertVal(const Value *D, bool dontIgnore = false); // visitMethod - This member is called after the constant pool has been // processed. The default implementation of this is a noop. diff --git a/lib/Bytecode/Writer/SlotCalculator.h b/lib/Bytecode/Writer/SlotCalculator.h index d5ebe700f5e..fbdfbe90ad4 100644 --- a/lib/Bytecode/Writer/SlotCalculator.h +++ b/lib/Bytecode/Writer/SlotCalculator.h @@ -54,7 +54,7 @@ public: protected: // insertVal - Insert a value into the value table... // - void insertVal(const Value *D); + void insertVal(const Value *D, bool dontIgnore = false); // visitMethod - This member is called after the constant pool has been // processed. The default implementation of this is a noop.