diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/llvm/MC/MCSymbol.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/include/llvm/MC/MCSymbol.h b/include/llvm/MC/MCSymbol.h index 2b254b9..2ee7dd4 100644 --- a/include/llvm/MC/MCSymbol.h +++ b/include/llvm/MC/MCSymbol.h @@ -131,10 +131,7 @@ namespace llvm { return Value; } - void setVariableValue(const MCExpr *Value) { - assert(Value && "Invalid variable value!"); - this->Value = Value; - } + void setVariableValue(const MCExpr *Value); /// @} |