diff options
Diffstat (limited to 'lib/CodeGen/CodeGenFunction.h')
-rw-r--r-- | lib/CodeGen/CodeGenFunction.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/lib/CodeGen/CodeGenFunction.h b/lib/CodeGen/CodeGenFunction.h index 09b7168a9e..53056bc609 100644 --- a/lib/CodeGen/CodeGenFunction.h +++ b/lib/CodeGen/CodeGenFunction.h @@ -1349,14 +1349,6 @@ public: /// object. LValue EmitCheckedLValue(const Expr *E); - /// EmitToMemory - Change a scalar value from its value - /// representation to its in-memory representation. - llvm::Value *EmitToMemory(llvm::Value *Value, QualType Ty); - - /// EmitFromMemory - Change a scalar value from its memory - /// representation to its value representation. - llvm::Value *EmitFromMemory(llvm::Value *Value, QualType Ty); - /// EmitLoadOfScalar - Load a scalar value from an address, taking /// care to appropriately convert from the memory representation to /// the LLVM value representation. |