From afd0c4cd567cadc50d8089278ce95c7909e0902f Mon Sep 17 00:00:00 2001 From: Owen Anderson Date: Tue, 4 Aug 2009 22:41:48 +0000 Subject: Factor some of the constants+context related code out into a separate header, to make LLVMContextImpl.h not hideous. Also, fix some MSVC compile errors. llvm-svn: 78115 --- llvm/tools/bugpoint/BugDriver.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'llvm/tools/bugpoint/BugDriver.h') diff --git a/llvm/tools/bugpoint/BugDriver.h b/llvm/tools/bugpoint/BugDriver.h index a46263533ce..79c7038071e 100644 --- a/llvm/tools/bugpoint/BugDriver.h +++ b/llvm/tools/bugpoint/BugDriver.h @@ -30,7 +30,7 @@ class Function; class BasicBlock; class AbstractInterpreter; class Instruction; -class LLVMContext; +struct LLVMContext; class DebugCrashes; -- cgit v1.2.3