From: Chris Lattner Date: Tue, 8 Jun 2004 17:53:24 +0000 (+0000) Subject: Fix a link error using VS8.0 X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=82d55902c6ccd051680d6c77ed1a27a0f9ee9eec;p=oota-llvm.git Fix a link error using VS8.0 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@14071 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/VMCore/ConstantFold.h b/lib/VMCore/ConstantFold.h index 680b39eaf48..24ef180b867 100644 --- a/lib/VMCore/ConstantFold.h +++ b/lib/VMCore/ConstantFold.h @@ -23,7 +23,7 @@ namespace llvm { class Constant; - class Type; + struct Type; // Constant fold various types of instruction... Constant *ConstantFoldCastInstruction(const Constant *V, const Type *DestTy); diff --git a/lib/VMCore/ConstantFolding.h b/lib/VMCore/ConstantFolding.h index 680b39eaf48..24ef180b867 100644 --- a/lib/VMCore/ConstantFolding.h +++ b/lib/VMCore/ConstantFolding.h @@ -23,7 +23,7 @@ namespace llvm { class Constant; - class Type; + struct Type; // Constant fold various types of instruction... Constant *ConstantFoldCastInstruction(const Constant *V, const Type *DestTy);