diff options
Diffstat (limited to 'include/llvm/Support/NoFolder.h')
-rw-r--r-- | include/llvm/Support/NoFolder.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/Support/NoFolder.h b/include/llvm/Support/NoFolder.h index d5198a2..b89c084 100644 --- a/include/llvm/Support/NoFolder.h +++ b/include/llvm/Support/NoFolder.h @@ -28,7 +28,7 @@ namespace llvm { -struct LLVMContext; +class LLVMContext; /// NoFolder - Create "constants" (actually, values) with no folding. class NoFolder { |