aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/CodeGen/RegAlloc/PhyRegAlloc.cpp1
-rw-r--r--lib/Target/SparcV9/RegAlloc/PhyRegAlloc.cpp1
2 files changed, 2 insertions, 0 deletions
diff --git a/lib/CodeGen/RegAlloc/PhyRegAlloc.cpp b/lib/CodeGen/RegAlloc/PhyRegAlloc.cpp
index 9faa9cbcad..6092053135 100644
--- a/lib/CodeGen/RegAlloc/PhyRegAlloc.cpp
+++ b/lib/CodeGen/RegAlloc/PhyRegAlloc.cpp
@@ -19,6 +19,7 @@
#include "llvm/Type.h"
#include "llvm/iOther.h"
#include "Support/STLExtras.h"
+#include "Support/CommandLine.h"
#include <math.h>
using std::cerr;
using std::vector;
diff --git a/lib/Target/SparcV9/RegAlloc/PhyRegAlloc.cpp b/lib/Target/SparcV9/RegAlloc/PhyRegAlloc.cpp
index 9faa9cbcad..6092053135 100644
--- a/lib/Target/SparcV9/RegAlloc/PhyRegAlloc.cpp
+++ b/lib/Target/SparcV9/RegAlloc/PhyRegAlloc.cpp
@@ -19,6 +19,7 @@
#include "llvm/Type.h"
#include "llvm/iOther.h"
#include "Support/STLExtras.h"
+#include "Support/CommandLine.h"
#include <math.h>
using std::cerr;
using std::vector;