change this back
authorAndrew Lenharth <andrewl@lenharth.org>
Mon, 23 Oct 2006 19:52:54 +0000 (19:52 +0000)
committerAndrew Lenharth <andrewl@lenharth.org>
Mon, 23 Oct 2006 19:52:54 +0000 (19:52 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@31134 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/Analysis/DataStructure/DataStructure.h

index b576dd6b3e9aefc58660b6a919c34a53c1f477b7..dccb62e02012decfd1d0dbdcff76ba7354dbe8c9 100644 (file)
@@ -185,7 +185,7 @@ public:
   }
 
 private:
-  bool calculateGraph(DSGraph &G);
+  void calculateGraph(DSGraph &G);
 
   DSGraph &getOrCreateGraph(Function *F);