From 15ffebc95b4b32592f4670421f8a01797b67c181 Mon Sep 17 00:00:00 2001 From: Eugene Zelenko Date: Sat, 14 Jan 2017 01:07:05 +0000 Subject: [PATCH] Fix modules buildbots broken in r291983. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@291985 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/llvm/Transforms/Utils/GlobalStatus.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/include/llvm/Transforms/Utils/GlobalStatus.h b/include/llvm/Transforms/Utils/GlobalStatus.h index dcb5d95917c..8cc265bdf81 100644 --- a/include/llvm/Transforms/Utils/GlobalStatus.h +++ b/include/llvm/Transforms/Utils/GlobalStatus.h @@ -14,8 +14,9 @@ namespace llvm { -class Value; +class Constant; class Function; +class Value; /// It is safe to destroy a constant iff it is only used by constants itself. /// Note that constants cannot be cyclic, so this test is pretty easy to -- 2.50.1