Revert r235154-r235156, they cause asserts when building win64 code (http://crbug...
[oota-llvm.git] / include / llvm / CodeGen / SelectionDAGISel.h
index 3ea1a33bcbaae2e3cf2babe0dd7cad89c6a36b6c..a8743754f40eee9b21dde0786e0de086828b3344 100644 (file)
@@ -260,10 +260,7 @@ private:
   SDNode *MorphNode(SDNode *Node, unsigned TargetOpc, SDVTList VTs,
                     ArrayRef<SDValue> Ops, unsigned EmitNodeInfo);
 
-  /// Prepares the landing pad to take incoming values or do other EH
-  /// personality specific tasks. Returns true if the block should be
-  /// instruction selected, false if no code should be emitted for it.
-  bool PrepareEHLandingPad();
+  void PrepareEHLandingPad();
 
   /// \brief Perform instruction selection on all basic blocks in the function.
   void SelectAllBasicBlocks(const Function &Fn);