From 5effb5c6a161c1bdbdd9585dfdc97a6105e3df66 Mon Sep 17 00:00:00 2001 From: rdivacky 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/CompilationGraph.h') diff --git a/include/llvm/CompilerDriver/CompilationGraph.h b/include/llvm/CompilerDriver/CompilationGraph.h index 3daafd5..ba6ff47 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.1