remove parallel support.
[oota-llvm.git] / utils / TableGen / CodeGenDAGPatterns.h
index cf70dafa465b31d31bbcf4dda3b9584eda1bfa09..fc1666309eb23eb56773cf37a7e9cf24249a3ce4 100644 (file)
@@ -211,7 +211,7 @@ public:
   /// getKnownType - If the type constraints on this node imply a fixed type
   /// (e.g. all stores return void, etc), then return it as an
   /// MVT::SimpleValueType.  Otherwise, return MVT::Other.
-  MVT::SimpleValueType getKnownType() const;
+  MVT::SimpleValueType getKnownType(unsigned ResNo) const;
   
   /// hasProperty - Return true if this node has the specified property.
   ///