[llvm-commits] [llvm] r168263 - /llvm/trunk/include/llvm/Constants.h
James Molloy
james.molloy at arm.com
Sat Nov 17 09:59:44 PST 2012
Author: jamesm
Date: Sat Nov 17 11:59:44 2012
New Revision: 168263
URL: http://llvm.org/viewvc/llvm-project?rev=168263&view=rev
Log:
Typo
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=168263&r1=168262&r2=168263&view=diff
==============================================================================
--- llvm/trunk/include/llvm/Constants.h (original)
+++ llvm/trunk/include/llvm/Constants.h Sat Nov 17 11:59:44 2012
@@ -1082,7 +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 harded to remove ConstantExprs altogether
+ /// would make it harder to remove ConstantExprs altogether
/// (http://llvm.org/bugs/show_bug.cgi?id=10368).
Instruction *getAsInstruction();
More information about the llvm-commits
mailing list