diff options
author | Owen Anderson <resistor@mac.com> | 2009-08-05 23:18:46 +0000 |
---|---|---|
committer | Owen Anderson <resistor@mac.com> | 2009-08-05 23:18:46 +0000 |
commit | 758428f4e373a3ed39340063926e44a9a5a3385a (patch) | |
tree | 7018b578a1f8e28ecd062f5ae6b1d1ae36ceec81 /clang/lib/CodeGen/ABIInfo.h | |
parent | 03cb69fbd1ef003f94710f2d497515692ff5445a (diff) | |
download | bcm5719-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.h | 2 |
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 { |