summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAhmed Bougacha <ahmed.bougacha@gmail.com>2017-07-27 21:27:58 +0000
committerAhmed Bougacha <ahmed.bougacha@gmail.com>2017-07-27 21:27:58 +0000
commit52cecb1f27f1c3b08a538f9be3adf9b14b205846 (patch)
treed1ae00c8eedd7161cfd74ae85df277009598cc54
parent87807c5a868b2bc3b7ae0fb412012e20ed2ebe91 (diff)
downloadbcm5719-llvm-52cecb1f27f1c3b08a538f9be3adf9b14b205846.tar.gz
bcm5719-llvm-52cecb1f27f1c3b08a538f9be3adf9b14b205846.zip
[AArch64] Remove outdated comment. NFC.
There hasn't been a ternary since r231987. llvm-svn: 309324
-rw-r--r--llvm/lib/Target/AArch64/AArch64TargetMachine.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/llvm/lib/Target/AArch64/AArch64TargetMachine.cpp b/llvm/lib/Target/AArch64/AArch64TargetMachine.cpp
index ba28c01a2ef..9837685de0a 100644
--- a/llvm/lib/Target/AArch64/AArch64TargetMachine.cpp
+++ b/llvm/lib/Target/AArch64/AArch64TargetMachine.cpp
@@ -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,
OpenPOWER on IntegriCloud