diff options
author | Chris Lattner <sabre@nondot.org> | 2007-08-26 07:16:41 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2007-08-26 07:16:41 +0000 |
commit | 10b00cfe6422906b223724048b9b2123968d3baa (patch) | |
tree | 8a78f9c3e828a4c4d377532430816f71ff1dc435 /CodeGen/CodeGenFunction.h | |
parent | 4b0029d5f8742760981a3bd58004f75454090a61 (diff) |
Omit EmitConversion
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@41438 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'CodeGen/CodeGenFunction.h')
-rw-r--r-- | CodeGen/CodeGenFunction.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/CodeGen/CodeGenFunction.h b/CodeGen/CodeGenFunction.h index 71573df679..29b193890b 100644 --- a/CodeGen/CodeGenFunction.h +++ b/CodeGen/CodeGenFunction.h @@ -253,10 +253,6 @@ public: // Conversions //===--------------------------------------------------------------------===// - /// EmitConversion - Convert the value specied by Val, whose type is ValTy, to - /// the type specified by DstTy, following the rules of C99 6.3. - RValue EmitConversion(RValue Val, QualType ValTy, QualType DstTy); - /// ConvertScalarValueToBool - Convert the specified expression value to a /// boolean (i1) truth value. This is equivalent to "Val == 0". llvm::Value *ConvertScalarValueToBool(RValue Val, QualType Ty); |