aboutsummaryrefslogtreecommitdiff
path: root/include/llvm/Support/ConstantFolder.h
diff options
context:
space:
mode:
authorBenjamin Kramer <benny.kra@googlemail.com>2009-08-11 17:27:20 +0000
committerBenjamin Kramer <benny.kra@googlemail.com>2009-08-11 17:27:20 +0000
commit754bdacf4675a75031ece44aa23f82c000cd1be8 (patch)
treead85d6260bc44c08b598968a11c1dd7aa9653277 /include/llvm/Support/ConstantFolder.h
parent104eac156e7be298b80280669d7d081fb32e0a65 (diff)
Fix struct/class mismatch.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@78686 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/Support/ConstantFolder.h')
-rw-r--r--include/llvm/Support/ConstantFolder.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/Support/ConstantFolder.h b/include/llvm/Support/ConstantFolder.h
index 422d1ad00d..ab9ecc69fc 100644
--- a/include/llvm/Support/ConstantFolder.h
+++ b/include/llvm/Support/ConstantFolder.h
@@ -21,7 +21,7 @@
namespace llvm {
-class LLVMContext;
+struct LLVMContext;
/// ConstantFolder - Create constants with minimum, target independent, folding.
class ConstantFolder {