aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Bitcode/Reader/BitcodeReader.h
diff options
context:
space:
mode:
authorOwen Anderson <resistor@mac.com>2009-08-04 22:41:48 +0000
committerOwen Anderson <resistor@mac.com>2009-08-04 22:41:48 +0000
commitafd0c4cd567cadc50d8089278ce95c7909e0902f (patch)
tree0ca3612b6ab6d41a34cace90d589ff77aaf4ec96 /llvm/lib/Bitcode/Reader/BitcodeReader.h
parente922c77ddd586ab59e3a329be0cb6f6e97824217 (diff)
downloadllvm-afd0c4cd567cadc50d8089278ce95c7909e0902f.zip
llvm-afd0c4cd567cadc50d8089278ce95c7909e0902f.tar.gz
llvm-afd0c4cd567cadc50d8089278ce95c7909e0902f.tar.bz2
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/lib/Bitcode/Reader/BitcodeReader.h')
-rw-r--r--llvm/lib/Bitcode/Reader/BitcodeReader.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Bitcode/Reader/BitcodeReader.h b/llvm/lib/Bitcode/Reader/BitcodeReader.h
index bd04888..a1f9113 100644
--- a/llvm/lib/Bitcode/Reader/BitcodeReader.h
+++ b/llvm/lib/Bitcode/Reader/BitcodeReader.h
@@ -26,7 +26,7 @@
namespace llvm {
class MemoryBuffer;
- class LLVMContext;
+ struct LLVMContext;
//===----------------------------------------------------------------------===//
// BitcodeReaderValueList Class