diff options
| author | Dan Gohman <gohman@apple.com> | 2010-05-11 18:03:41 +0000 |
|---|---|---|
| committer | Dan Gohman <gohman@apple.com> | 2010-05-11 18:03:41 +0000 |
| commit | 0d857b8da25e2bb5192cef8acc0ad0ed8832a9bd (patch) | |
| tree | 76e9b121d387a912052ac190a9a1aaf3eaf6535d | |
| parent | cfbb32346a7eca19d4dc00fd2c1a0248537b3497 (diff) | |
| download | external_llvm-0d857b8da25e2bb5192cef8acc0ad0ed8832a9bd.zip external_llvm-0d857b8da25e2bb5192cef8acc0ad0ed8832a9bd.tar.gz external_llvm-0d857b8da25e2bb5192cef8acc0ad0ed8832a9bd.tar.bz2 | |
Fix a comment.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@103483 91177308-0d34-0410-b5e6-96231b3b80d8
| -rw-r--r-- | include/llvm/Target/TargetSelectionDAGInfo.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/Target/TargetSelectionDAGInfo.h b/include/llvm/Target/TargetSelectionDAGInfo.h index 89adc94..2be1834 100644 --- a/include/llvm/Target/TargetSelectionDAGInfo.h +++ b/include/llvm/Target/TargetSelectionDAGInfo.h @@ -24,7 +24,7 @@ class TargetData; class TargetMachine; //===----------------------------------------------------------------------===// -/// TargetSelectionDAGLowering - Targets can subclass this to parameterize the +/// TargetSelectionDAGInfo - Targets can subclass this to parameterize the /// SelectionDAG lowering and instruction selection process. /// class TargetSelectionDAGInfo { |
