Make the LLVM headers "-ansi -pedantic -Wno-long-long" clean.
[oota-llvm.git] / include / llvm / Analysis / AliasAnalysis.h
index eff29719c72dfc534b16fdb739f2a6520f3376b7..1cce4ea3930519abd065ea6167ee68c5dc9d255a 100644 (file)
@@ -178,7 +178,7 @@ public:
 
       /// CallsThrough - Indirect calls are made through the specified function
       /// pointer.
-      CallsThrough,
+      CallsThrough
     };
   };