From 11893327d056a7ebd820da8f00a3286e7430a91c Mon Sep 17 00:00:00 2001 From: Rafael Espindola Date: Wed, 27 Oct 2010 17:13:49 +0000 Subject: Revert r117403 as it caused PR8480. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@117456 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/CodeGen/CodeGenFunction.h | 8 -------- 1 file changed, 8 deletions(-) (limited to 'lib/CodeGen/CodeGenFunction.h') 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. -- cgit v1.2.3-18-g5258