[PM/AA] Hoist the AliasResult enum out of the AliasAnalysis class.
[oota-llvm.git] / include / llvm / Analysis / LazyCallGraph.h
index b0b9068de34bf7a2d90f39053ecc94fcd8ed22a3..af4861ff35bfddc48dca712b715b3d98f81267d6 100644 (file)
@@ -569,6 +569,6 @@ public:
   static StringRef name() { return "LazyCallGraphPrinterPass"; }
 };
 
-}
+} // namespace llvm
 
 #endif