aboutsummaryrefslogtreecommitdiff
path: root/CodeGen/CodeGenFunction.h
diff options
context:
space:
mode:
Diffstat (limited to 'CodeGen/CodeGenFunction.h')
-rw-r--r--CodeGen/CodeGenFunction.h8
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
//===--------------------------------------------------------------------===//