diff options
Diffstat (limited to 'CodeGen/CodeGenFunction.h')
-rw-r--r-- | CodeGen/CodeGenFunction.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CodeGen/CodeGenFunction.h b/CodeGen/CodeGenFunction.h index 67cefc2714..db92ee29b9 100644 --- a/CodeGen/CodeGenFunction.h +++ b/CodeGen/CodeGenFunction.h @@ -340,7 +340,7 @@ public: RValue EmitUnaryMinus (const UnaryOperator *E); RValue EmitUnaryNot (const UnaryOperator *E); RValue EmitUnaryLNot (const UnaryOperator *E); - // FIXME: SIZEOF/ALIGNOF(expr). + RValue EmitSizeAlignOf (QualType TypeToSize, QualType RetType,bool isSizeOf); // FIXME: real/imag // Binary Operators. |