diff options
author | Chris Lattner <sabre@nondot.org> | 2010-12-21 02:38:05 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2010-12-21 02:38:05 +0000 |
commit | 3e5fbd74ed84c2bc4a92b8166d5421d92b42051f (patch) | |
tree | 6ac9a28ada89840210ab4818cb0012dee12686d9 /llvm/lib/CodeGen/SelectionDAG/ScheduleDAGSDNodes.h | |
parent | 6cc8fe9356b8b54bf0bc2f16c53c882229f42cb3 (diff) | |
download | bcm5719-llvm-3e5fbd74ed84c2bc4a92b8166d5421d92b42051f.tar.gz bcm5719-llvm-3e5fbd74ed84c2bc4a92b8166d5421d92b42051f.zip |
rename MVT::Flag to MVT::Glue. "Flag" is a terrible name for
something that just glues two nodes together, even if it is
sometimes used for flags.
llvm-svn: 122310
Diffstat (limited to 'llvm/lib/CodeGen/SelectionDAG/ScheduleDAGSDNodes.h')
-rw-r--r-- | llvm/lib/CodeGen/SelectionDAG/ScheduleDAGSDNodes.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/SelectionDAG/ScheduleDAGSDNodes.h b/llvm/lib/CodeGen/SelectionDAG/ScheduleDAGSDNodes.h index 8008ef85ebc..00b3556aebb 100644 --- a/llvm/lib/CodeGen/SelectionDAG/ScheduleDAGSDNodes.h +++ b/llvm/lib/CodeGen/SelectionDAG/ScheduleDAGSDNodes.h @@ -26,7 +26,7 @@ namespace llvm { /// SDNodes such as Constants, Registers, and a few others that are not /// interesting to schedulers are not allocated SUnits. /// - /// SDNodes with MVT::Flag operands are grouped along with the flagged + /// SDNodes with MVT::Glue operands are grouped along with the flagged /// nodes into a single SUnit so that they are scheduled together. /// /// SDNode-based scheduling graphs do not use SDep::Anti or SDep::Output |