X86: remove a dead store (NFC)
The SP was always unconditionally assigned to later, but initialised early. This delays the initialisation, and avoids the dead store. Identified by clang static analysis. No functional change intended. llvm-svn: 244423
Loading
Please register or sign in to comment