From a83a6e4276fecc6123162ff96a3535f0b6e7e691 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Mon, 17 Nov 2003 19:21:04 +0000 Subject: [PATCH] No REALLY, get rid of ConstantPointer references git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@10054 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/VMCore/ConstantFold.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/VMCore/ConstantFold.cpp b/lib/VMCore/ConstantFold.cpp index 0b1b1233520..5e7bd029659 100644 --- a/lib/VMCore/ConstantFold.cpp +++ b/lib/VMCore/ConstantFold.cpp @@ -395,7 +395,7 @@ struct BoolRules : public TemplateRules { // NullPointerRules provides a concrete base class of ConstRules for null // pointers. // -struct NullPointerRules : public TemplateRules { static ConstantBool *CastToBool (const Constant *V) { return ConstantBool::False; @@ -431,7 +431,7 @@ struct NullPointerRules : public TemplateRules