]> granicus.if.org Git - llvm/commitdiff
Fix modules buildbots broken in r291983.
authorEugene Zelenko <eugene.zelenko@gmail.com>
Sat, 14 Jan 2017 01:07:05 +0000 (01:07 +0000)
committerEugene Zelenko <eugene.zelenko@gmail.com>
Sat, 14 Jan 2017 01:07:05 +0000 (01:07 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@291985 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/Transforms/Utils/GlobalStatus.h

index dcb5d95917c936cb7f896f09e70f046d12d39a57..8cc265bdf81d27f57086141333780321a13ad543 100644 (file)
@@ -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