From 26137f35958fa2237eceb06ef7003e3c19159129 Mon Sep 17 00:00:00 2001 From: Roman Divacky Date: Thu, 15 Oct 2009 07:47:49 +0000 Subject: Update llvm to r84175. --- include/llvm/CompilerDriver/CompilationGraph.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/llvm/CompilerDriver') diff --git a/include/llvm/CompilerDriver/CompilationGraph.h b/include/llvm/CompilerDriver/CompilationGraph.h index 3daafd58a7c2..ba6ff4714ce4 100644 --- a/include/llvm/CompilerDriver/CompilationGraph.h +++ b/include/llvm/CompilerDriver/CompilationGraph.h @@ -43,7 +43,7 @@ namespace llvmc { class Edge : public llvm::RefCountedBaseVPTR { public: Edge(const std::string& T) : ToolName_(T) {} - virtual ~Edge() {}; + virtual ~Edge() {} const std::string& ToolName() const { return ToolName_; } virtual unsigned Weight(const InputLanguagesSet& InLangs) const = 0; -- cgit v1.3