From: Nick Lewycky Date: Sun, 1 Nov 2009 22:08:51 +0000 (+0000) Subject: Line this up as well. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=f4e748bc3f7090468f7b7e5b6e2ebe323c1e16fd;p=oota-llvm.git 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 c4b5596d1cb..76552b850ec 100644 --- a/tools/llvm-mc/llvm-mc.cpp +++ b/tools/llvm-mc/llvm-mc.cpp @@ -72,7 +72,7 @@ IncludeDirs("I", cl::desc("Directory of include files"), static cl::opt 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,