Skip to content

Commit f5a7c36

Browse files
committed
clang-format
1 parent d321c21 commit f5a7c36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/lib/IR/BasicBlock.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -371,7 +371,7 @@ const Instruction* BasicBlock::getFirstNonPHI() const {
371371
return nullptr;
372372
}
373373

374-
Instruction* BasicBlock::getFirstNonPHI() {
374+
Instruction *BasicBlock::getFirstNonPHI() {
375375
for (Instruction &I : *this)
376376
if (!isa<PHINode>(I))
377377
return &I;

0 commit comments

Comments
 (0)