aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--include/llvm/Constants.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/include/llvm/Constants.h b/include/llvm/Constants.h
index 456c814596..63109ca4a8 100644
--- a/include/llvm/Constants.h
+++ b/include/llvm/Constants.h
@@ -1082,8 +1082,7 @@ public:
/// A better approach to this could be to have a constructor for Instruction
/// which would take a ConstantExpr parameter, but that would have spread
/// implementation details of ConstantExpr outside of Constants.cpp, which
- /// would make it harder to remove ConstantExprs altogether
- /// (http://llvm.org/bugs/show_bug.cgi?id=10368).
+ /// would make it harder to remove ConstantExprs altogether.
Instruction *getAsInstruction();
virtual void destroyConstant();