add some fixme's for MCizing. EH still has a few things that
[oota-llvm.git] / lib / CodeGen / Passes.cpp
index f67eb79be3e1c8828a2f4cc82328062075b49fed..5ea2941b483c6c4bcd62860bb03d828ee4c007ab 100644 (file)
@@ -34,7 +34,7 @@ static cl::opt<RegisterRegAlloc::FunctionPassCtor, false,
                RegisterPassParser<RegisterRegAlloc> >
 RegAlloc("regalloc",
          cl::init(&createLinearScanRegisterAllocator),
-         cl::desc("Register allocator to use: (default = linearscan)")); 
+         cl::desc("Register allocator to use (default=linearscan)")); 
 
 
 //===---------------------------------------------------------------------===//