diff options
author | James Molloy <james.molloy@arm.com> | 2012-12-01 14:44:23 +0000 |
---|---|---|
committer | James Molloy <james.molloy@arm.com> | 2012-12-01 14:44:23 +0000 |
commit | e901b5fda27e7fe90214dea0af5f9f9537836123 (patch) | |
tree | 551b595df2e202c586e58fd884520f66abe60ba9 | |
parent | 2592e4e851f0d697cc1a362de918db3d5e8f10d8 (diff) | |
download | bcm5719-llvm-e901b5fda27e7fe90214dea0af5f9f9537836123.tar.gz bcm5719-llvm-e901b5fda27e7fe90214dea0af5f9f9537836123.zip |
Remove bugzilla link.
llvm-svn: 169091
-rw-r--r-- | llvm/include/llvm/Constants.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/llvm/include/llvm/Constants.h b/llvm/include/llvm/Constants.h index 456c8145968..63109ca4a88 100644 --- a/llvm/include/llvm/Constants.h +++ b/llvm/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(); |