summaryrefslogtreecommitdiff
path: root/include/llvm/Constants.h
diff options
context:
space:
mode:
authorJames Molloy <james.molloy@arm.com>2012-12-01 14:44:23 +0000
committerJames Molloy <james.molloy@arm.com>2012-12-01 14:44:23 +0000
commit4fe6d0341daa95c639db8e70450bd8ae243fe344 (patch)
tree4377a53d08dbaf3f7cc326e77985fb97aab47ffa /include/llvm/Constants.h
parent91cb694fd7473fc95d0e0b6f5c6bd52818339e02 (diff)
downloadllvm-4fe6d0341daa95c639db8e70450bd8ae243fe344.tar.gz
llvm-4fe6d0341daa95c639db8e70450bd8ae243fe344.tar.bz2
llvm-4fe6d0341daa95c639db8e70450bd8ae243fe344.tar.xz
Remove bugzilla link.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@169091 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/Constants.h')
-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();