diff options
Diffstat (limited to 'include/llvm/Support')
-rw-r--r-- | include/llvm/Support/ConstantFolder.h | 2 | ||||
-rw-r--r-- | include/llvm/Support/NoFolder.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/include/llvm/Support/ConstantFolder.h b/include/llvm/Support/ConstantFolder.h index 422d1ad00d..ab9ecc69fc 100644 --- a/include/llvm/Support/ConstantFolder.h +++ b/include/llvm/Support/ConstantFolder.h @@ -21,7 +21,7 @@ namespace llvm { -class LLVMContext; +struct LLVMContext; /// ConstantFolder - Create constants with minimum, target independent, folding. class ConstantFolder { diff --git a/include/llvm/Support/NoFolder.h b/include/llvm/Support/NoFolder.h index b89c084b58..d5198a2ad8 100644 --- a/include/llvm/Support/NoFolder.h +++ b/include/llvm/Support/NoFolder.h @@ -28,7 +28,7 @@ namespace llvm { -class LLVMContext; +struct LLVMContext; /// NoFolder - Create "constants" (actually, values) with no folding. class NoFolder { |