This command line option is only used in one place. Move it there and

rename it to something more descriptive.

llvm-svn: 209263
This commit is contained in:
Eric Christopher
2014-05-21 00:20:01 +00:00
parent a6342c581e
commit dc3e9c75fe
3 changed files with 4 additions and 4 deletions

View File

@@ -156,6 +156,9 @@ static cl::opt<std::string>
MainFileName("main-file-name",
cl::desc("Specifies the name we should consider the input file"));
static cl::opt<bool> SaveTempLabels("save-temp-labels",
cl::desc("Don't discard temporary labels"));
enum ActionType {
AC_AsLex,
AC_Assemble,