[llvm-commits] [llvm] r169091 - /llvm/trunk/include/llvm/Constants.h

James Molloy james.molloy at arm.com
Sat Dec 1 06:44:24 PST 2012


Author: jamesm
Date: Sat Dec  1 08:44:23 2012
New Revision: 169091

URL: http://llvm.org/viewvc/llvm-project?rev=169091&view=rev
Log:
Remove bugzilla link.

Modified:
    llvm/trunk/include/llvm/Constants.h

Modified: llvm/trunk/include/llvm/Constants.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/Constants.h?rev=169091&r1=169090&r2=169091&view=diff
==============================================================================
--- llvm/trunk/include/llvm/Constants.h (original)
+++ llvm/trunk/include/llvm/Constants.h Sat Dec  1 08:44:23 2012
@@ -1082,8 +1082,7 @@
   /// 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();





More information about the llvm-commits mailing list