diff options
Diffstat (limited to 'CodeGen/CodeGenFunction.h')
-rw-r--r-- | CodeGen/CodeGenFunction.h | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/CodeGen/CodeGenFunction.h b/CodeGen/CodeGenFunction.h index 5ece5cd41b..a0a3c610e8 100644 --- a/CodeGen/CodeGenFunction.h +++ b/CodeGen/CodeGenFunction.h @@ -248,16 +248,6 @@ public: llvm::Value *EvaluateExprAsBool(const Expr *E); - /// EmitLoadOfComplex - Given an RValue reference for a complex, emit code to - /// load the real and imaginary pieces, returning them as Real/Imag. - void EmitLoadOfComplex(llvm::Value *SrcPtr, llvm::Value *&Real, - llvm::Value *&Imag); - - /// EmitStoreOfComplex - Store the specified real/imag parts into the - /// specified value pointer. - void EmitStoreOfComplex(llvm::Value *Real, llvm::Value *Imag, - llvm::Value *ResPtr); - //===--------------------------------------------------------------------===// // Conversions //===--------------------------------------------------------------------===// |