summaryrefslogtreecommitdiffstats
path: root/llvm/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
commit0334d91a4ac678a22151b4cd1dbc12f6cb9e2684 (patch)
treea606a2af6409b48903a2e793c9e2afe20dae0616 /llvm/include/llvm/Support/ConstantFolder.h
parent4bdbad7ebf985f97ee57b933a68836965b1b67b0 (diff)
downloadbcm5719-llvm-0334d91a4ac678a22151b4cd1dbc12f6cb9e2684.tar.gz
bcm5719-llvm-0334d91a4ac678a22151b4cd1dbc12f6cb9e2684.zip
Fix struct/class mismatch.
llvm-svn: 78686
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 422d1ad00d2..ab9ecc69fc7 100644
--- a/llvm/include/llvm/Support/ConstantFolder.h
+++ b/llvm/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 {
OpenPOWER on IntegriCloud