Update the branch weight metadata in JumpThreading pass.
[oota-llvm.git] / include / llvm / Analysis / LazyCallGraph.h
index a7960e186142f94fbb56fb7e1cf610c0ce3a4825..7cbc40f768ebcc4a90efe32f1995d799e1ec6211 100644 (file)
@@ -190,7 +190,7 @@ public:
 
     Function &getFunction() const {
       return F;
-    };
+    }
 
     iterator begin() const {
       return iterator(*G, Callees.begin(), Callees.end());
@@ -462,12 +462,6 @@ public:
 
   ///@}
 
-  /// \brief Print out the CFG to the provided stream.
-  ///
-  /// This will fully traverse the call graph (and so is non-const) and print
-  /// it out to the provided stream.
-  void print(raw_ostream &OS, Module &M);
-
 private:
   /// \brief Allocator that holds all the call graph nodes.
   SpecificBumpPtrAllocator<Node> BPA;