From: Eric Christopher Date: Thu, 12 Mar 2015 18:23:01 +0000 (+0000) Subject: Fix comment formatting. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=63fb193745ef6fca3dd8b7f153414f3a8baf7006;p=oota-llvm.git Fix comment formatting. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@232076 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Target/AArch64/AArch64TargetMachine.cpp b/lib/Target/AArch64/AArch64TargetMachine.cpp index 8bf62882edd..ed948cb9d26 100644 --- a/lib/Target/AArch64/AArch64TargetMachine.cpp +++ b/lib/Target/AArch64/AArch64TargetMachine.cpp @@ -123,8 +123,7 @@ AArch64TargetMachine::AArch64TargetMachine(const Target &T, StringRef TT, CodeGenOpt::Level OL, bool LittleEndian) // This nested ternary is horrible, but DL needs to be properly - // initialized - // before TLInfo is constructed. + // initialized before TLInfo is constructed. : LLVMTargetMachine(T, computeDataLayout(TT, LittleEndian), TT, CPU, FS, Options, RM, CM, OL), TLOF(createTLOF(Triple(getTargetTriple()))),