Promote dependency for MathExtras.h out of Constants.h.
authorJim Laskey <jlaskey@mac.com>
Wed, 17 Aug 2005 20:04:34 +0000 (20:04 +0000)
committerJim Laskey <jlaskey@mac.com>
Wed, 17 Aug 2005 20:04:34 +0000 (20:04 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@22839 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/Sparc/SparcAsmPrinter.cpp
lib/Target/SparcV8/SparcV8AsmPrinter.cpp

index 4e908a1b95d6bcc38bcf8afbcfb07b4933b798cd..9aeb0230f06a90dfd5e4219f344fd96d67a39855 100644 (file)
@@ -26,6 +26,7 @@
 #include "llvm/ADT/Statistic.h"
 #include "llvm/ADT/StringExtras.h"
 #include "llvm/Support/CommandLine.h"
+#include "llvm/Support/MathExtras.h"
 #include <cctype>
 using namespace llvm;
 
index 4e908a1b95d6bcc38bcf8afbcfb07b4933b798cd..9aeb0230f06a90dfd5e4219f344fd96d67a39855 100644 (file)
@@ -26,6 +26,7 @@
 #include "llvm/ADT/Statistic.h"
 #include "llvm/ADT/StringExtras.h"
 #include "llvm/Support/CommandLine.h"
+#include "llvm/Support/MathExtras.h"
 #include <cctype>
 using namespace llvm;