1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 11:02:59 +02:00

Fix comment formatting.

llvm-svn: 232076
This commit is contained in:
Eric Christopher 2015-03-12 18:23:01 +00:00
parent 1e6f9b376b
commit 64306dbfc6

View File

@ -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()))),