diff options
author | Chris Lattner <sabre@nondot.org> | 2007-08-26 16:46:58 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2007-08-26 16:46:58 +0000 |
commit | 9069fa22446996a50e9a13e2ef1053d5a7c8f1d9 (patch) | |
tree | 1ad110509852010dafa9d7f028baf37004577ac9 /CodeGen/CodeGenFunction.h | |
parent | 9abc84e7ac4db891209fe67cc3a8c9690dc886ef (diff) |
remove ConvertScalarValueToBool.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@41447 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'CodeGen/CodeGenFunction.h')
-rw-r--r-- | CodeGen/CodeGenFunction.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/CodeGen/CodeGenFunction.h b/CodeGen/CodeGenFunction.h index b78225fe8c..5202085a6d 100644 --- a/CodeGen/CodeGenFunction.h +++ b/CodeGen/CodeGenFunction.h @@ -250,14 +250,6 @@ public: //===--------------------------------------------------------------------===// - // Conversions - //===--------------------------------------------------------------------===// - - /// 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); - - //===--------------------------------------------------------------------===// // Declaration Emission //===--------------------------------------------------------------------===// |