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 | a20f4aab7f4117d501b316e0053b1dbb5981bb72 (patch) | |
tree | 876f670a4b11c68e5acb3df5ef71a4c1c1501c99 /llvm/lib | |
parent | 4409487746c96cb56e4719ba83777310fbe3c38c (diff) | |
download | bcm5719-llvm-a20f4aab7f4117d501b316e0053b1dbb5981bb72.tar.gz bcm5719-llvm-a20f4aab7f4117d501b316e0053b1dbb5981bb72.zip |
Fix a link error using VS8.0
llvm-svn: 14071
Diffstat (limited to 'llvm/lib')
-rw-r--r-- | llvm/lib/VMCore/ConstantFolding.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/VMCore/ConstantFolding.h b/llvm/lib/VMCore/ConstantFolding.h index 680b39eaf48..24ef180b867 100644 --- a/llvm/lib/VMCore/ConstantFolding.h +++ b/llvm/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); |