summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen/ABIInfo.h
diff options
context:
space:
mode:
authorOwen Anderson <resistor@mac.com>2009-08-05 23:18:46 +0000
committerOwen Anderson <resistor@mac.com>2009-08-05 23:18:46 +0000
commit758428f4e373a3ed39340063926e44a9a5a3385a (patch)
tree7018b578a1f8e28ecd062f5ae6b1d1ae36ceec81 /clang/lib/CodeGen/ABIInfo.h
parent03cb69fbd1ef003f94710f2d497515692ff5445a (diff)
downloadbcm5719-llvm-758428f4e373a3ed39340063926e44a9a5a3385a.tar.gz
bcm5719-llvm-758428f4e373a3ed39340063926e44a9a5a3385a.zip
Update for LLVM API change.
llvm-svn: 78259
Diffstat (limited to 'clang/lib/CodeGen/ABIInfo.h')
-rw-r--r--clang/lib/CodeGen/ABIInfo.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/lib/CodeGen/ABIInfo.h b/clang/lib/CodeGen/ABIInfo.h
index c1a9481c4b1..23edaa3c03e 100644
--- a/clang/lib/CodeGen/ABIInfo.h
+++ b/clang/lib/CodeGen/ABIInfo.h
@@ -17,7 +17,7 @@
namespace llvm {
class Type;
class Value;
- class LLVMContext;
+ struct LLVMContext;
}
namespace clang {
OpenPOWER on IntegriCloud