From e7506a366e8bd56c97d10beb68e4db953aebaeca Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Sat, 23 Mar 2002 22:51:58 +0000 Subject: Rename Method to Function git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1957 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/Transforms/Instrumentation/ProfilePaths/EdgeCode.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'lib/Transforms') diff --git a/lib/Transforms/Instrumentation/ProfilePaths/EdgeCode.cpp b/lib/Transforms/Instrumentation/ProfilePaths/EdgeCode.cpp index 4111c10..5f8b213 100644 --- a/lib/Transforms/Instrumentation/ProfilePaths/EdgeCode.cpp +++ b/lib/Transforms/Instrumentation/ProfilePaths/EdgeCode.cpp @@ -16,7 +16,6 @@ #include "llvm/iOperators.h" #include "llvm/iPHINode.h" -class Method; using std::vector; //get the code to be inserted on the edge -- cgit v1.1