fix 'the the '; NFC
[oota-llvm.git] / tools / llc / llc.cpp
index 531aba1f64bf9e071dcf0b2e750ad19966a5762a..bffa39fd9e5c5ba53b157e09c82425f61f5d2b85 100644 (file)
@@ -100,7 +100,7 @@ static cl::opt<bool> AsmVerbose("asm-verbose",
 static cl::opt<bool>
     CompileTwice("compile-twice", cl::Hidden,
                  cl::desc("Run everything twice, re-using the same pass "
-                          "manager and verify the the result is the same."),
+                          "manager and verify the result is the same."),
                  cl::init(false));
 
 static int compileModule(char **, LLVMContext &);