Index: src/llvm2ice.cpp |
diff --git a/src/llvm2ice.cpp b/src/llvm2ice.cpp |
index e704ed3f33b11177d9fe408c5a6e4cd99f3dfbd1..5c872ce4002dd5b6b3db40ac6e079f6ddbcd9b2f 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)"), |