[llvm-commits] [llvm] r38456 - /llvm/trunk/include/llvm/Target/TargetInstrInfo.h
Dan Gohman
djg at cray.com
Mon Jul 9 08:15:24 PDT 2007
Author: djg
Date: Mon Jul 9 10:15:24 2007
New Revision: 38456
URL: http://llvm.org/viewvc/llvm-project?rev=38456&view=rev
Log:
Fix a typo in a comment.
Modified:
llvm/trunk/include/llvm/Target/TargetInstrInfo.h
Modified: llvm/trunk/include/llvm/Target/TargetInstrInfo.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/Target/TargetInstrInfo.h?rev=38456&r1=38455&r2=38456&view=diff
==============================================================================
--- llvm/trunk/include/llvm/Target/TargetInstrInfo.h (original)
+++ llvm/trunk/include/llvm/Target/TargetInstrInfo.h Mon Jul 9 10:15:24 2007
@@ -329,7 +329,7 @@
/// convertToThreeAddress - This method must be implemented by targets that
/// set the M_CONVERTIBLE_TO_3_ADDR flag. When this flag is set, the target
- /// may be able to convert a two-address instruction into one or moretrue
+ /// may be able to convert a two-address instruction into one or more true
/// three-address instructions on demand. This allows the X86 target (for
/// example) to convert ADD and SHL instructions into LEA instructions if they
/// would require register copies due to two-addressness.
More information about the llvm-commits
mailing list