mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-10 02:36:06 +00:00
Fix comment.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@93831 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
f609bb8466
commit
d3dc3cc98f
@ -366,7 +366,7 @@ Instruction *InstCombiner::visitStoreInst(StoreInst &SI) {
|
||||
// alloca dead.
|
||||
// If the RHS is an alloca with a two uses, the other one being a
|
||||
// llvm.dbg.declare, zapify the store and the declare, making the
|
||||
// alloca dead. We must do this to prevent declare's from affecting
|
||||
// alloca dead. We must do this to prevent declares from affecting
|
||||
// codegen.
|
||||
if (!SI.isVolatile()) {
|
||||
if (Ptr->hasOneUse()) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user