зеркало из https://github.com/microsoft/clang.git
add a fixme
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@39847 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Родитель
8bf9f079f1
Коммит
06c8d963bc
|
@ -1373,6 +1373,8 @@ RValue CodeGenFunction::EmitConditionalOperator(const ConditionalOperator *E) {
|
|||
llvm::Value *Cond = EvaluateExprAsBool(E->getCond());
|
||||
Builder.CreateCondBr(Cond, LHSBlock, RHSBlock);
|
||||
|
||||
// FIXME: Implement this for aggregate values.
|
||||
|
||||
// FIXME: LHS & RHS need the "usual arithmetic conversions" but
|
||||
// that's not possible with the current design.
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче