Remove getMinusSCEVForExitTest().
[oota-llvm.git] / lib / Analysis / IPA / FindUsedTypes.cpp
index 8eed9d6f68bc59908a547cb1f15b2b2621c1571e..06ae34cfd98918b2df8dfee4ac9172bd03730103 100644 (file)
@@ -24,7 +24,7 @@ using namespace llvm;
 
 char FindUsedTypes::ID = 0;
 INITIALIZE_PASS(FindUsedTypes, "print-used-types",
-                "Find Used Types", false, true);
+                "Find Used Types", false, true)
 
 // IncorporateType - Incorporate one type and all of its subtypes into the
 // collection of used types.