diff options
Diffstat (limited to 'include/llvm/Value.h')
-rw-r--r-- | include/llvm/Value.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/Value.h b/include/llvm/Value.h index 884b265dc1..ab1707884f 100644 --- a/include/llvm/Value.h +++ b/include/llvm/Value.h @@ -27,7 +27,7 @@ namespace llvm { class Constant; class Argument; class Instruction; -struct BasicBlock; +class BasicBlock; class GlobalValue; class Function; class GlobalVariable; |