aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/Value.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/llvm/Value.h')
-rw-r--r--include/llvm/Value.h2
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;