mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-04 21:30:49 +00:00
Add a debug print
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@181647 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
ef3e423e23
commit
09ec4b2164
@ -77,6 +77,8 @@ struct SLPVectorizer : public FunctionPass {
|
|||||||
if (!DL)
|
if (!DL)
|
||||||
return false;
|
return false;
|
||||||
|
|
||||||
|
DEBUG(dbgs()<<"SLP: Analyzing blocks in " << F.getName() << ".\n");
|
||||||
|
|
||||||
for (Function::iterator it = F.begin(), e = F.end(); it != e; ++it) {
|
for (Function::iterator it = F.begin(), e = F.end(); it != e; ++it) {
|
||||||
BasicBlock *BB = it;
|
BasicBlock *BB = it;
|
||||||
bool BBChanged = false;
|
bool BBChanged = false;
|
||||||
|
Loading…
Reference in New Issue
Block a user