[PATCH] D92737: [X86] Handle localdynamic TLS model in x32 mode

Simon Pilgrim via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Dec 7 10:26:47 PST 2020


RKSimon added inline comments.


================
Comment at: llvm/lib/Target/X86/X86ISelLowering.cpp:19145
+                                           SelectionDAG &DAG, const EVT PtrVT,
+                                           bool is64Bit, bool is64BitLP64) {
   SDLoc dl(GA);
----------------
(style) Fix the case of the variables: Is64Bit Is64BitLP64


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D92737/new/

https://reviews.llvm.org/D92737



More information about the llvm-commits mailing list