summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen/CodeGenFunction.h
diff options
context:
space:
mode:
authorAnders Carlsson <andersca@mac.com>2009-09-15 16:35:24 +0000
committerAnders Carlsson <andersca@mac.com>2009-09-15 16:35:24 +0000
commit1450adbbf966d7680432611a7780b02ba4c6e87d (patch)
treedc1ae6a67882189e873f8a0f8b998923d7b707f9 /clang/lib/CodeGen/CodeGenFunction.h
parentbe999390ebc77f1972f6743696f14b5c34798ce5 (diff)
downloadbcm5719-llvm-1450adbbf966d7680432611a7780b02ba4c6e87d.tar.gz
bcm5719-llvm-1450adbbf966d7680432611a7780b02ba4c6e87d.zip
Code generation of Conditional operators that are lvalues (but that aren't bitfields).
llvm-svn: 81867
Diffstat (limited to 'clang/lib/CodeGen/CodeGenFunction.h')
-rw-r--r--clang/lib/CodeGen/CodeGenFunction.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/lib/CodeGen/CodeGenFunction.h b/clang/lib/CodeGen/CodeGenFunction.h
index cc7b0b0455a..8629b6902ea 100644
--- a/clang/lib/CodeGen/CodeGenFunction.h
+++ b/clang/lib/CodeGen/CodeGenFunction.h
@@ -794,7 +794,7 @@ public:
LValue EmitExtVectorElementExpr(const ExtVectorElementExpr *E);
LValue EmitMemberExpr(const MemberExpr *E);
LValue EmitCompoundLiteralLValue(const CompoundLiteralExpr *E);
- LValue EmitConditionalOperator(const ConditionalOperator *E);
+ LValue EmitConditionalOperatorLValue(const ConditionalOperator *E);
LValue EmitCastLValue(const CastExpr *E);
llvm::Value *EmitIvarOffset(const ObjCInterfaceDecl *Interface,
OpenPOWER on IntegriCloud