Details
Details
- Reviewers
• dberlin
Diff Detail
Diff Detail
Event Timeline
lib/IR/BasicBlock.cpp | ||
---|---|---|
267 | I would just use // PHINodes, if they exist, come first in the block PHINode *P = empty() ? nullptr : dyn_cast<PHINode>(&*begin()) |
Differential D41418 |
I would just use