[llvm] r309324 - [AArch64] Remove outdated comment. NFC.
Ahmed Bougacha via llvm-commits
llvm-commits at lists.llvm.org
Thu Jul 27 14:27:58 PDT 2017
Author: ab
Date: Thu Jul 27 14:27:58 2017
New Revision: 309324
URL: http://llvm.org/viewvc/llvm-project?rev=309324&view=rev
Log:
[AArch64] Remove outdated comment. NFC.
There hasn't been a ternary since r231987.
Modified:
llvm/trunk/lib/Target/AArch64/AArch64TargetMachine.cpp
Modified: llvm/trunk/lib/Target/AArch64/AArch64TargetMachine.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Target/AArch64/AArch64TargetMachine.cpp?rev=309324&r1=309323&r2=309324&view=diff
==============================================================================
--- llvm/trunk/lib/Target/AArch64/AArch64TargetMachine.cpp (original)
+++ llvm/trunk/lib/Target/AArch64/AArch64TargetMachine.cpp Thu Jul 27 14:27:58 2017
@@ -212,8 +212,6 @@ AArch64TargetMachine::AArch64TargetMachi
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,
More information about the llvm-commits
mailing list