diff options
Diffstat (limited to 'llvm/lib/VMCore/ConstantFold.h')
-rw-r--r-- | llvm/lib/VMCore/ConstantFold.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/VMCore/ConstantFold.h b/llvm/lib/VMCore/ConstantFold.h index c70a04b7fc6..afa99787672 100644 --- a/llvm/lib/VMCore/ConstantFold.h +++ b/llvm/lib/VMCore/ConstantFold.h @@ -23,7 +23,7 @@ namespace llvm { class Value; class Constant; class Type; - struct LLVMContext; + class LLVMContext; // Constant fold various types of instruction... Constant *ConstantFoldCastInstruction( |