Convert some tab stops into spaces.
[oota-llvm.git] / tools / opt / opt.cpp
index cf520de7fc12c33dd0d9272f88aa728814dd96b7..0878737d34bc5068fd51f53b7a50fb38eb6183f9 100644 (file)
@@ -112,7 +112,7 @@ OptLevelO3("O3",
 static cl::opt<bool>
 UnitAtATime("funit-at-a-time",
             cl::desc("Enable IPO. This is same as llvm-gcc's -funit-at-a-time"),
-           cl::init(true));
+            cl::init(true));
 
 static cl::opt<bool>
 DisableSimplifyLibCalls("disable-simplify-libcalls",