[AArch64] Remove outdated comment. NFC.
authorAhmed Bougacha <ahmed.bougacha@gmail.com>
Thu, 27 Jul 2017 21:27:58 +0000 (21:27 +0000)
committerAhmed Bougacha <ahmed.bougacha@gmail.com>
Thu, 27 Jul 2017 21:27:58 +0000 (21:27 +0000)
There hasn't been a ternary since r231987.

llvm-svn: 309324

llvm/lib/Target/AArch64/AArch64TargetMachine.cpp

index ba28c01..9837685 100644 (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,