[autoconf] Detect OLE32 for mingw.
[oota-llvm.git] / include / llvm / Target / TargetLowering.h
index 07f5e5d252748b84ad4b59df3b458e1dddb03778..616edd8c24809c6f8b9e7bd7d8ec56f9a3e03ed2 100644 (file)
@@ -1462,7 +1462,7 @@ public:
   ///
   /// TODO: Remove default argument
   virtual bool isLegalAddressingMode(const AddrMode &AM, Type *Ty,
-                                     unsigned AddrSpace = 0) const;
+                                     unsigned AddrSpace) const;
 
   /// \brief Return the cost of the scaling factor used in the addressing mode
   /// represented by AM for this target, for a load/store of the specified type.