Fix a link error using VS8.0

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@14071 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Chris Lattner 2004-06-08 17:53:24 +00:00
parent 85b0195f0e
commit 82d55902c6
2 changed files with 2 additions and 2 deletions

View File

@ -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);

View File

@ -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);