Reference RegionPass to stop it being eliminated.
[oota-llvm.git] / include / llvm / CodeGen / SelectionDAGISel.h
index 9ce8fc4da286a43d205395211ce2b12044279bdf..9601bbc2f95c0d8f8813b707fa78b9ea51b4d78f 100644 (file)
@@ -92,8 +92,8 @@ public:
 
   /// IsLegalToFold - Returns true if the specific operand node N of
   /// U can be folded during instruction selection that starts at Root.
-  /// FIXME: This is a static member function because the PIC16 target,
-  /// which uses it during lowering.
+  /// FIXME: This is a static member function because the MSP430/SystemZ/X86
+  /// targets, which uses it during isel.  This could become a proper member.
   static bool IsLegalToFold(SDValue N, SDNode *U, SDNode *Root,
                             CodeGenOpt::Level OptLevel,
                             bool IgnoreChains = false);
@@ -256,7 +256,7 @@ public:
   
   virtual bool CheckComplexPattern(SDNode *Root, SDNode *Parent, SDValue N,
                                    unsigned PatternNo,
-                                   SmallVectorImpl<SDValue> &Result) {
+                        SmallVectorImpl<std::pair<SDValue, SDNode*> > &Result) {
     assert(0 && "Tblgen should generate the implementation of this!");
     return false;
   }