diff options
| author | Dan Gohman <gohman@apple.com> | 2007-07-09 15:15:24 +0000 |
|---|---|---|
| committer | Dan Gohman <gohman@apple.com> | 2007-07-09 15:15:24 +0000 |
| commit | 8e0b6099b916c2e91c07adba165e7733e2e079ac (patch) | |
| tree | d2c8bc2d40319f7ae3017bf988bd385349c616e2 /llvm | |
| parent | 5740239998ad9992aa900eb2f24716a2b8eecd7a (diff) | |
| download | bcm5719-llvm-8e0b6099b916c2e91c07adba165e7733e2e079ac.tar.gz bcm5719-llvm-8e0b6099b916c2e91c07adba165e7733e2e079ac.zip | |
Fix a typo in a comment.
llvm-svn: 38456
Diffstat (limited to 'llvm')
| -rw-r--r-- | llvm/include/llvm/Target/TargetInstrInfo.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/include/llvm/Target/TargetInstrInfo.h b/llvm/include/llvm/Target/TargetInstrInfo.h index 8fa73a78d9b..9a8e3b41622 100644 --- a/llvm/include/llvm/Target/TargetInstrInfo.h +++ b/llvm/include/llvm/Target/TargetInstrInfo.h @@ -329,7 +329,7 @@ public: /// 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. |

