Index: src/llvm2ice.cpp |
diff --git a/src/llvm2ice.cpp b/src/llvm2ice.cpp |
index e704ed3f33b11177d9fe408c5a6e4cd99f3dfbd1..986ff76ec4a2b2b8ca906dedbecb6fb6a4c629ec 100644 |
--- a/src/llvm2ice.cpp |
+++ b/src/llvm2ice.cpp |
@@ -97,6 +97,11 @@ static cl::opt<bool> |
DisableGlobals("disable-globals", |
cl::desc("Disable global initializer translation")); |
+// This is currently unused, and is a placeholder for lit tests. |
+static cl::opt<bool> |
+ DisablePhiEdgeSplit("no-phi-edge-split", |
+ cl::desc("Disable edge splitting for Phi lowering")); |
+ |
static cl::opt<NaClFileFormat> InputFileFormat( |
"bitcode-format", cl::desc("Define format of input file:"), |
cl::values(clEnumValN(LLVMFormat, "llvm", "LLVM file (default)"), |