[AArch64] Remove outdated comment. NFC.

There hasn't been a ternary since r231987.

llvm-svn: 309324
This commit is contained in:
Ahmed Bougacha 2017-07-27 21:27:58 +00:00
parent 87807c5a86
commit 52cecb1f27
1 changed files with 0 additions and 2 deletions

View File

@ -212,8 +212,6 @@ AArch64TargetMachine::AArch64TargetMachine(
const Target &T, const Triple &TT, StringRef CPU, StringRef FS,
const TargetOptions &Options, Optional<Reloc::Model> RM,
CodeModel::Model CM, CodeGenOpt::Level OL, bool LittleEndian)
// This nested ternary is horrible, but DL needs to be properly
// initialized before TLInfo is constructed.
: LLVMTargetMachine(T, computeDataLayout(TT, Options.MCOptions,
LittleEndian),
TT, CPU, FS, Options,