[FastISel] Factor out stackmap intrinsic selection code into a dedicated helper metho...
[oota-llvm.git] / include / llvm / CodeGen / FastISel.h
index c7ec6a024b84859ce07d044ff6e86e50d0962c4b..4469bd18df0e8482efcbe36f9ad7148882c12a83 100644 (file)
@@ -387,6 +387,7 @@ private:
 
   bool SelectGetElementPtr(const User *I);
 
+  bool SelectStackmap(const CallInst *I);
   bool SelectCall(const User *I);
 
   bool SelectBitCast(const User *I);