Here is the bulk of the sanitizing.
[oota-llvm.git] / tools / llvmc / llvmc.cpp
index 081ae453ec063e7c6dc1880e62374d07e17eadd0..c257a3ebab24f987ab6ce29ee169f52f59b847bc 100644 (file)
@@ -143,7 +143,7 @@ static cl::opt<std::string> OutputMachine("m", cl::Prefix,
   cl::desc("Specify a target machine"), cl::value_desc("machine"));
 
 static cl::opt<bool> Native("native", cl::init(false),
-  cl::desc("Generative native code instead of bytecode"));
+  cl::desc("Generative native code instead of bitcode"));
 
 static cl::opt<bool> DebugOutput("g", cl::init(false),
   cl::desc("Generate objects that include debug symbols"));