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/CodeGenFunction.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/CodeGenFunction.h')
-rw-r--r-- | clang/lib/CodeGen/CodeGenFunction.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/lib/CodeGen/CodeGenFunction.h b/clang/lib/CodeGen/CodeGenFunction.h index b814ed7c5c5..6a887d1aa9d 100644 --- a/clang/lib/CodeGen/CodeGenFunction.h +++ b/clang/lib/CodeGen/CodeGenFunction.h @@ -31,7 +31,7 @@ namespace llvm { class BasicBlock; - class LLVMContext; + struct LLVMContext; class Module; class SwitchInst; class Value; |