commit | 78c3bcb582e42abeee68ba78f1cc6bd9df57958d | [log] [tgz] |
---|---|---|
author | Benjamin Kramer <benny.kra@googlemail.com> | Tue Aug 11 17:45:13 2009 +0000 |
committer | Benjamin Kramer <benny.kra@googlemail.com> | Tue Aug 11 17:45:13 2009 +0000 |
tree | 5a3711925cc9684c88bee76e1e94cf4264d31023 | |
parent | 5c13812e2f846a98905378c8d3f04d0a9c1cff55 [diff] [blame] |
Make LLVMContext and LLVMContextImpl classes instead of structs. llvm-svn: 78690
diff --git a/llvm/lib/VMCore/ConstantFold.h b/llvm/lib/VMCore/ConstantFold.h index c70a04b..afa9978 100644 --- a/llvm/lib/VMCore/ConstantFold.h +++ b/llvm/lib/VMCore/ConstantFold.h
@@ -23,7 +23,7 @@ class Value; class Constant; class Type; - struct LLVMContext; + class LLVMContext; // Constant fold various types of instruction... Constant *ConstantFoldCastInstruction(