diff options
author | Chris Lattner <sabre@nondot.org> | 2004-06-08 17:53:24 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2004-06-08 17:53:24 +0000 |
commit | 82d55902c6ccd051680d6c77ed1a27a0f9ee9eec (patch) | |
tree | 23467849bd94df55e1116fb954dfeb98b467c1cf /lib/VMCore/ConstantFolding.h | |
parent | 85b0195f0e619d7151824a08f33e6754a451e7fc (diff) | |
download | external_llvm-82d55902c6ccd051680d6c77ed1a27a0f9ee9eec.zip external_llvm-82d55902c6ccd051680d6c77ed1a27a0f9ee9eec.tar.gz external_llvm-82d55902c6ccd051680d6c77ed1a27a0f9ee9eec.tar.bz2 |
Fix a link error using VS8.0
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@14071 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/VMCore/ConstantFolding.h')
-rw-r--r-- | lib/VMCore/ConstantFolding.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/VMCore/ConstantFolding.h b/lib/VMCore/ConstantFolding.h index 680b39e..24ef180 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); |