mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-08-19 04:28:20 +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:
@@ -366,7 +366,7 @@ Instruction *InstCombiner::visitStoreInst(StoreInst &SI) {
|
|||||||
// alloca dead.
|
// alloca dead.
|
||||||
// If the RHS is an alloca with a two uses, the other one being a
|
// 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
|
// 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.
|
// codegen.
|
||||||
if (!SI.isVolatile()) {
|
if (!SI.isVolatile()) {
|
||||||
if (Ptr->hasOneUse()) {
|
if (Ptr->hasOneUse()) {
|
||||||
|
Reference in New Issue
Block a user