diff options
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); |