Remove the SystemZ backend.
[oota-llvm.git] / include / llvm / CodeGen / SelectionDAGISel.h
index ecf394701053682bd65dc0e93873f893ce116ae5..09be4fb5ebff9dbffab3ea8956837ee50c1c7383 100644 (file)
@@ -92,7 +92,7 @@ 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 MSP430/SystemZ/X86
+  /// FIXME: This is a static member function because the MSP430/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,