From: Dan Gohman Date: Tue, 11 May 2010 18:03:41 +0000 (+0000) Subject: Fix a comment. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=17c4a621fe61a70b106548d168271f37fce1e89d;p=oota-llvm.git Fix a comment. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@103483 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/llvm/Target/TargetSelectionDAGInfo.h b/include/llvm/Target/TargetSelectionDAGInfo.h index 89adc942718..2be18344022 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 {