summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan Gohman <gohman@apple.com>2008-10-28 18:47:37 +0000
committerDan Gohman <gohman@apple.com>2008-10-28 18:47:37 +0000
commitf15195d8a994df40f5fa37fcdbba576332d65a6f (patch)
treef48eff44dc302288d82d4982b01cad7db571037a
parentff2b4948ce67f1927310d8cd5cddbe7f098524e8 (diff)
downloadbcm5719-llvm-f15195d8a994df40f5fa37fcdbba576332d65a6f.tar.gz
bcm5719-llvm-f15195d8a994df40f5fa37fcdbba576332d65a6f.zip
Add some more information to the top-level comment for this file.
llvm-svn: 58339
-rw-r--r--llvm/include/llvm/CodeGen/DAGISelHeader.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/llvm/include/llvm/CodeGen/DAGISelHeader.h b/llvm/include/llvm/CodeGen/DAGISelHeader.h
index 7c1e3c08bc6..43168f803f3 100644
--- a/llvm/include/llvm/CodeGen/DAGISelHeader.h
+++ b/llvm/include/llvm/CodeGen/DAGISelHeader.h
@@ -11,7 +11,11 @@
// data, which is used by SelectionDAG-based instruction selectors.
//
// *** NOTE: This file is #included into the middle of the target
-// *** instruction selector class. These functions are really methods.
+// instruction selector class. These functions are really methods.
+// This is a little awkward, but it allows this code to be shared
+// by all the targets while still being able to call into
+// target-specific code without using a virtual function call.
+//
//===----------------------------------------------------------------------===//
#ifndef LLVM_CODEGEN_DAGISEL_HEADER_H
OpenPOWER on IntegriCloud