diff options
-rw-r--r-- | include/llvm/Analysis/SlotCalculator.h | 2 | ||||
-rw-r--r-- | include/llvm/SlotCalculator.h | 2 | ||||
-rw-r--r-- | lib/Bytecode/Writer/SlotCalculator.h | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/include/llvm/Analysis/SlotCalculator.h b/include/llvm/Analysis/SlotCalculator.h index d5ebe700f5..fbdfbe90ad 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 d5ebe700f5..fbdfbe90ad 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 d5ebe700f5..fbdfbe90ad 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. |