Make the LLVM headers "-ansi -pedantic -Wno-long-long" clean.
[oota-llvm.git] / include / llvm / Analysis / DataStructure / DSSupport.h
index 2fc52db25f0c1a80f98cb94fc2655d476d67c947..dc4c31f60a491a2435fabf16d16787dd62186467 100644 (file)
@@ -40,7 +40,7 @@ namespace DS { // FIXME: After the paper, this should get cleaned up
   /// a pointer.
   ///
   bool isPointerType(const Type *Ty);
-};
+}
 
 //===----------------------------------------------------------------------===//
 /// DSNodeHandle - Implement a "handle" to a data structure node that takes care