commit | f4e748bc3f7090468f7b7e5b6e2ebe323c1e16fd | [log] [tgz] |
---|---|---|
author | Nick Lewycky <nicholas@mxc.ca> | Sun Nov 01 22:08:51 2009 +0000 |
committer | Nick Lewycky <nicholas@mxc.ca> | Sun Nov 01 22:08:51 2009 +0000 |
tree | bc28f7b54354679ccd6a8362ef2f37102bbcea6c | |
parent | ed1f1687b790b444c29c9cdc5ea646be0783c1cd [diff] [blame] |
Line this up as well. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@85748 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/tools/llvm-mc/llvm-mc.cpp b/tools/llvm-mc/llvm-mc.cpp index c4b5596..76552b8 100644 --- a/tools/llvm-mc/llvm-mc.cpp +++ b/tools/llvm-mc/llvm-mc.cpp
@@ -72,7 +72,7 @@ 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,