diff options
author | Owen Anderson <resistor@mac.com> | 2009-08-04 22:41:48 +0000 |
---|---|---|
committer | Owen Anderson <resistor@mac.com> | 2009-08-04 22:41:48 +0000 |
commit | afd0c4cd567cadc50d8089278ce95c7909e0902f (patch) | |
tree | 0ca3612b6ab6d41a34cace90d589ff77aaf4ec96 /llvm/tools/bugpoint/BugDriver.h | |
parent | e922c77ddd586ab59e3a329be0cb6f6e97824217 (diff) | |
download | bcm5719-llvm-afd0c4cd567cadc50d8089278ce95c7909e0902f.tar.gz bcm5719-llvm-afd0c4cd567cadc50d8089278ce95c7909e0902f.zip |
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
Diffstat (limited to 'llvm/tools/bugpoint/BugDriver.h')
-rw-r--r-- | llvm/tools/bugpoint/BugDriver.h | 2 |
1 files changed, 1 insertions, 1 deletions
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; |