mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-14 11:32:34 +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)
|
||||
return false;
|
||||
|
||||
DEBUG(dbgs()<<"SLP: Analyzing blocks in " << F.getName() << ".\n");
|
||||
|
||||
for (Function::iterator it = F.begin(), e = F.end(); it != e; ++it) {
|
||||
BasicBlock *BB = it;
|
||||
bool BBChanged = false;
|
||||
|
Loading…
Reference in New Issue
Block a user