summaryrefslogtreecommitdiffstats
path: root/lib/CodeGen/ABIInfo.h
diff options
context:
space:
mode:
authorBenjamin Kramer <benny.kra@googlemail.com>2009-08-11 17:46:57 +0000
committerBenjamin Kramer <benny.kra@googlemail.com>2009-08-11 17:46:57 +0000
commitf21efe9088a0b3eda1209d1706529f6cb2073092 (patch)
tree287f71eb93dc4e9a7c8bbc09714101a5952f3157 /lib/CodeGen/ABIInfo.h
parent0dec56d4ce737484aff17d4429a6e2e2fbad73e0 (diff)
LLVMContext is a class now.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@78691 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/ABIInfo.h')
-rw-r--r--lib/CodeGen/ABIInfo.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/CodeGen/ABIInfo.h b/lib/CodeGen/ABIInfo.h
index 23edaa3c03..c1a9481c4b 100644
--- a/lib/CodeGen/ABIInfo.h
+++ b/lib/CodeGen/ABIInfo.h
@@ -17,7 +17,7 @@
namespace llvm {
class Type;
class Value;
- struct LLVMContext;
+ class LLVMContext;
}
namespace clang {