Remove the 'N' modifier from llvm-ar.
[oota-llvm.git] / include / llvm / Analysis / ScalarEvolution.h
index 349447fbbb624ef66923d40a1ee59112593b87e4..2af6d897234924fe0f6c3d02f190b9845347d7d8 100644 (file)
@@ -545,6 +545,10 @@ namespace llvm {
     /// forgetMemoizedResults - Drop memoized information computed for S.
     void forgetMemoizedResults(const SCEV *S);
 
+    /// return false iff given SCEV contains a SCEVUnknown with NULL value-
+    /// pointer.
+    bool checkValidity(const SCEV *S) const;
+
   public:
     static char ID; // Pass identification, replacement for typeid
     ScalarEvolution();