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 | 17c4a621fe61a70b106548d168271f37fce1e89d (patch) | |
tree | 76e9b121d387a912052ac190a9a1aaf3eaf6535d | |
parent | ff7a562751604a9fe13efc75bd59622244b54d35 (diff) |
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 89adc94271..2be1834402 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 { |