Patches to make the LLVM sources more -pedantic clean. Patch provided
[oota-llvm.git] / lib / Analysis / DataStructure / DataStructure.cpp
index f6fca1fa961e21aa4290bfa58d1898ffeb1260df..4e326545cc5cc588a25270f6b4ccb6ae8e73a0a5 100644 (file)
@@ -43,7 +43,7 @@ namespace {
   DSAFieldLimit("dsa-field-limit", cl::Hidden,
                 cl::desc("Number of fields to track before collapsing a node"),
                 cl::init(256));
-};
+}
 
 #if 0
 #define TIME_REGION(VARNAME, DESC) \