diff options
author | Chuanqi Xu <yedeng.yd@linux.alibaba.com> | 2022-06-08 15:45:21 +0800 |
---|---|---|
committer | Chuanqi Xu <yedeng.yd@linux.alibaba.com> | 2022-06-08 15:58:06 +0800 |
commit | 0e10f1284455aaa54cbcad145238ecedd0d57e48 (patch) | |
tree | 6798a7032126956b65a83d8a033f5c39eb4827ca /llvm/lib/CodeGen/CodeGenPrepare.cpp | |
parent | c06ef17359efcab643c09ba54fa1381ea184986d (diff) | |
download | llvm-0e10f1284455aaa54cbcad145238ecedd0d57e48.zip llvm-0e10f1284455aaa54cbcad145238ecedd0d57e48.tar.gz llvm-0e10f1284455aaa54cbcad145238ecedd0d57e48.tar.bz2 |
[NFC] Remove commented cerr debugging loggings
There are some unused cerr debugging loggings in the codes. It is weird
to remain such commented debug helpers in the product.
Diffstat (limited to 'llvm/lib/CodeGen/CodeGenPrepare.cpp')
-rw-r--r-- | llvm/lib/CodeGen/CodeGenPrepare.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/CodeGenPrepare.cpp b/llvm/lib/CodeGen/CodeGenPrepare.cpp index aaf97066..339d4a3 100644 --- a/llvm/lib/CodeGen/CodeGenPrepare.cpp +++ b/llvm/lib/CodeGen/CodeGenPrepare.cpp @@ -4806,7 +4806,6 @@ bool AddressingModeMatcher::matchAddr(Value *Addr, unsigned Depth) { } // It isn't profitable to do this, roll back. - //cerr << "NOT FOLDING: " << *I; AddrMode = BackupAddrMode; AddrModeInsts.resize(OldSize); TPT.rollback(LastKnownGood); |