Line this up as well.

llvm-svn: 85748
This commit is contained in:
Nick Lewycky 2009-11-01 22:08:51 +00:00
parent b244909ad4
commit e0856c5f40
1 changed files with 1 additions and 1 deletions

View File

@ -72,7 +72,7 @@ IncludeDirs("I", cl::desc("Directory of include files"),
static cl::opt<std::string>
TripleName("triple", cl::desc("Target triple to assemble for, "
"see -version for available targets"),
cl::init(LLVM_HOSTTRIPLE));
cl::init(LLVM_HOSTTRIPLE));
enum ActionType {
AC_AsLex,