summaryrefslogtreecommitdiffstats
path: root/llvm/include/llvm/Support/ConstantFolder.h
diff options
context:
space:
mode:
authorBenjamin Kramer <benny.kra@googlemail.com>2009-08-11 17:45:13 +0000
committerBenjamin Kramer <benny.kra@googlemail.com>2009-08-11 17:45:13 +0000
commit78c3bcb582e42abeee68ba78f1cc6bd9df57958d (patch)
tree5a3711925cc9684c88bee76e1e94cf4264d31023 /llvm/include/llvm/Support/ConstantFolder.h
parent5c13812e2f846a98905378c8d3f04d0a9c1cff55 (diff)
downloadbcm5719-llvm-78c3bcb582e42abeee68ba78f1cc6bd9df57958d.tar.gz
bcm5719-llvm-78c3bcb582e42abeee68ba78f1cc6bd9df57958d.zip
Make LLVMContext and LLVMContextImpl classes instead of structs.
llvm-svn: 78690
Diffstat (limited to 'llvm/include/llvm/Support/ConstantFolder.h')
-rw-r--r--llvm/include/llvm/Support/ConstantFolder.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/include/llvm/Support/ConstantFolder.h b/llvm/include/llvm/Support/ConstantFolder.h
index ab9ecc69fc7..422d1ad00d2 100644
--- a/llvm/include/llvm/Support/ConstantFolder.h
+++ b/llvm/include/llvm/Support/ConstantFolder.h
@@ -21,7 +21,7 @@
namespace llvm {
-struct LLVMContext;
+class LLVMContext;
/// ConstantFolder - Create constants with minimum, target independent, folding.
class ConstantFolder {
OpenPOWER on IntegriCloud