diff options
author | Rafael Espindola <rafael.espindola@gmail.com> | 2010-10-27 17:13:49 +0000 |
---|---|---|
committer | Rafael Espindola <rafael.espindola@gmail.com> | 2010-10-27 17:13:49 +0000 |
commit | 9d798a07e441c9d586eca7dc600045a3812fc4a6 (patch) | |
tree | 8c17609534aa99af124e4f3cdd5bb730a0d557f0 /clang/lib/CodeGen/CodeGenFunction.h | |
parent | 8bf1483a3d5435c96eff38cb3a95b655c0ad7661 (diff) | |
download | bcm5719-llvm-9d798a07e441c9d586eca7dc600045a3812fc4a6.tar.gz bcm5719-llvm-9d798a07e441c9d586eca7dc600045a3812fc4a6.zip |
Revert r117403 as it caused PR8480.
llvm-svn: 117456
Diffstat (limited to 'clang/lib/CodeGen/CodeGenFunction.h')
-rw-r--r-- | clang/lib/CodeGen/CodeGenFunction.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/clang/lib/CodeGen/CodeGenFunction.h b/clang/lib/CodeGen/CodeGenFunction.h index 09b7168a9ea..53056bc6098 100644 --- a/clang/lib/CodeGen/CodeGenFunction.h +++ b/clang/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. |