From: Eugene Zelenko Date: Sat, 14 Jan 2017 01:07:05 +0000 (+0000) Subject: Fix modules buildbots broken in r291983. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=15ffebc95b4b32592f4670421f8a01797b67c181;p=llvm Fix modules buildbots broken in r291983. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@291985 91177308-0d34-0410-b5e6-96231b3b80d8 --- 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