mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-19 04:32:19 +00:00
Delete dead code.
GV is never used past this point. This was probably a copy and paste error. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@209518 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
b3fa233048
commit
dc3ce836da
@ -8945,10 +8945,6 @@ X86TargetLowering::LowerGlobalTLSAddress(SDValue Op, SelectionDAG &DAG) const {
|
||||
// Windows 64bit: gs:0x58
|
||||
// Windows 32bit: fs:__tls_array
|
||||
|
||||
// If GV is an alias then use the aliasee for determining
|
||||
// thread-localness.
|
||||
if (const GlobalAlias *GA = dyn_cast<GlobalAlias>(GV))
|
||||
GV = GA->getAliasee();
|
||||
SDLoc dl(GA);
|
||||
SDValue Chain = DAG.getEntryNode();
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user