]> granicus.if.org Git - llvm/commitdiff
[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.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@309324 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/AArch64/AArch64TargetMachine.cpp

index ba28c01a2effb66aca72aeea02009bbb228b51fe..9837685de0a6a9444cc234e93370ce8b06487397 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,