Include the Target& in the TargetMachineRegisterEntry.
[oota-llvm.git] / include / llvm / Target / TargetSelectionDAG.td
index 2cd29676dbfd84168548ddbcd10cc0a363e80eae..364d4d0d3cc0f439aa68afbf7da4d0d44a9609d6 100644 (file)
@@ -228,6 +228,7 @@ class SDNode<string opcode, SDTypeProfile typeprof,
   SDTypeProfile TypeProfile = typeprof;
 }
 
+// Special TableGen-recognized dag nodes
 def set;
 def implicit;
 def parallel;